in reply to Re: CGI::Session keeps re-using same session IDin 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