
05-09-2007, 07:53 PM
|
|
WebProWorld Member
|
|
Join Date: Jul 2006
Location: Oakland, CA
Posts: 45
|
|
You could use session_regenerate_id() to create a new session id value at the end of the checkout process.
In the long run however I suggest making sure your shopping cart info persists even after the session has ended if the visitor did not complete the checkout process.
Using a $_COOKIE variable along with the $_SESSION would offer an increase usability to your shopping cart.
|