PDA

View Full Version : What does the session hash do?


neal
Thu 31st Jan '02, 9:39pm
I was curious what the session hash does. It's that $s= in the query. Also, what does clearing it do when it's just $s= and not the numbers/letters following it.

tubedogg
Thu 31st Jan '02, 9:41pm
The sessionhash in the URL is what vBulletin uses to keep your session alive (aka keep you in a 'logged in' state). When it does not appear in the URL it means the user has selected to have it stored as a cookie instead of being put in the URL.

neal
Thu 31st Jan '02, 10:00pm
Thanks bud!

tubedogg
Thu 31st Jan '02, 10:08pm
np :)