View Single Post
  #2 (permalink)  
Old 05-09-2007, 07:53 PM
holyhttp holyhttp is offline
WebProWorld Member
 

Join Date: Jul 2006
Location: Oakland, CA
Posts: 45
holyhttp RepRank 0
Default

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.
Reply With Quote