|
I made a couple of changes that should make sessions pretty bulletproof. It's tested at this point and it seems to work very well.
Basically your browser will hold what's needed to hang on to your session should the server copy get lost. FYI, it's encrypted in a cookie.
Also, there seem to be a lot of duplicate cookies showing up. I know I had some. This was confusing the system as it might use one session ID one request, and another the next. I found a way to zap these duplicates.
The two combined should do the trick.
Of course, let me know if you see otherwise.
This message was posted with a session that was recovered with the new technique.
-J
--
The trouble with the world is that the stupid are cocksure and the intelligent are full of doubt. —Bertrand Russell
|