in reply to CGI::Application::Plugin::Session is creating multiple sessions

Interestingly, if I return to the cart, all the original values remain.
Perhaps your cart URL ends with a slash, making it a different path than the rest? I notice your sample code above didn't include -path  => '/', which is present in the examples on CGI::Application::Plugin::Session.
  • Comment on Re: CGI::Application::Plugin::Session is creating multiple sessions
  • Download Code