http://www.perlmonks.org?node_id=1043661


in reply to Re^2: Best method for maintaining a session ID across multiple threads
in thread Best method for maintaining a session ID across multiple threads

Use something like CGI::Session or Apache::Session (neither of which require CGI nor Apache), or Data::UUID
  • Comment on Re^3: Best method for maintaining a session ID across multiple threads