Quote:
Originally posted by Neo
doesnt really matter. I have used both without any problems. The sessionhash is just there to look professional *choak*
|
I assume you are kidding.
The sessionhash is a way that PHP can use other than cookies to keep a user logged in.
If a user has turned cookies off or is surfing behind a proxy, sessionhash can keep the user logged in.
However, if you make all your users turn cookies on, and they are not behind a proxy, then you don't need sessionhash.
@ Arunan:
Delete all your cookies in your browser, make sure cookies are on, and log in again. That should fix it.