Log in

View Full Version : logouthash issue


lanas
10-21-2008, 10:58 AM
hi

we have developed a plugin attached to the event "login_process" under vBulletin 3.7.0.

the problem is that sometimes
whene there are no cookies (no session) -> fresh browser opened and logging on the forum the variabile

$vbulletin->userinfo['logouthash']

is EMPTY.

how we can solve this issue?

Dismounted
10-21-2008, 11:05 AM
In vBulletin 3.7+:
$logouthash = $vbulletin->userinfo['securitytoken_raw'];

lanas
10-21-2008, 11:27 AM
ok. thanks... still empty some times...
when this occurrs also the field "emaiL" is empty...