quote:
Zephyer Kyuukaze came out of the closet to say:
Same here. It's telling me right now that I'm logged off.
If that happens just log in again. That should re-set all the cookies you need. I had to make some changes when I updated the security.
The login cookie isn't available to Javascript anymore (I set the "HttpOnly" flag on it), so I created a second, replacement cookie that contains almost all the same information, but not enough to actually hijack your account if it were stolen, and use that new reduced cookie to drive the login bar instead. For some reason, the new cookie isn't working right for some people; so I'll probably just make the login bar populate server-side instead.
quote:
Drysart said this about your mom:
I'm probably going to have to change the way the bar at the top that displays your login status works. Right now it's filled in by client-side Javascript ... so it can show you as being not logged in, when you actually have the login cookie.The login cookie isn't available to Javascript anymore (I set the "HttpOnly" flag on it), so I created a second, replacement cookie that contains almost all the same information, but not enough to actually hijack your account if it were stolen, and use that new reduced cookie to drive the login bar instead. For some reason, the new cookie isn't working right for some people; so I'll probably just make the login bar populate server-side instead.
Ah! That makes sense, then.