in reply to Re: CGI::Session keeps re-using same session ID
in thread CGI::Session keeps re-using same session ID

You're writing a cookie with the session ID in it, but you're not reading it back

CGI::Session->new does the reading of the cookie

  • Comment on Re^2: CGI::Session keeps re-using same session ID