in reply to CGI::Application::Plugin::Session is creating multiple sessions
Solved my issue. PEBKAC error. The reason is was recreating two sessions with the same name but different ID's is that the shipping module was using a different domain name. So, the introduction of a new domain name was forcing a new session. Backstory: I had set this up as a staging site, but after pushing it live, forgot to adjust the link to shipping. Finally saw it in the URL. Insert head slap
|
---|