Is there a way to force php to create a new session_id() ?
ie: Someone goes to a cart, puts items in it, purchases it, realises they want something else as well, hits the back button, and adds something else purchases again.
Session_id() stays the same through this... I'm hoping I can force it to create a new id by comparing it to those in the purchased db.