bozley05
December 17th, 2004, 20:07
Is it possible to run two different PHP sessions on the same page/site, because for a shopping cart I am making, when there is an incorrect login it dumps the cart data, even when I remove the session_unset() and session_destory() commands. Therefore I want to run two different sessions, under different names/ID's or something so that they do not interfere with each other.
Possible?
thanks in advance
Possible?
thanks in advance