in reply to Re^6: How to keep an object between HTTP requests?
in thread How to keep an object between HTTP requests?

Print debug information to your log file (via warn for example) whenever you find an existing session and when you create a new session. Inspect the HTTP traffic to see whether the cookies get sent back and forth. Check whether your browser has stale cookies or block cookies.

  • Comment on Re^7: How to keep an object between HTTP requests?