I can see index.php does: $session = new Session();
Also in session.php and startup.php there is: session_start();
I want to add a check to see if a session has been started when a user enters any page on oc
Where do I put the code please?
I am trying to hack my way through to enable multi-store with "one cart". To do this, I want a check on each store, when the user first enters a page on any store, check to see if there is already a session
If there is no session then redirect to a chosen session setting store to get a session id. That session id is then used across all stores in the multi-store set-up. The result is that cart contents are carried through across stores.
Not being a programmer, this stuff is way above my head but I have made a bit of progress. I have it working sort-of (with minimal testing) but it's really ugly, horrible code. Perhaps I should stick to being a store owner
