We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 30498
    • 30 Posts
    Some time ago i wrote a shop’ish’ bunch of snippets. These would allow a visitor to put stuff in his basket, then register and get out of dodge.

    However if a visitor decides to register with stuff in his cart (which uses the session id for tracking) he loses his stuff because at about line 724 in webloginPE class the session gets destroyed ($this->SessionHandler(’destroy’))

    I’ve commented that part out and life’s a beach once again, however it does raise the question... Why is there a need to destroy the session when a user is registering in the first place ?