Hi!
I have a question regarding sessions.
I have a site running a store in php with mysql. A database for the items to display and one for the cart.
How can i identify a user when the user enters the site, and goes through the site? Because i would like the items the user clicks on, to go together with a unique id to the database, so the user will get the right items on checkout.
So recently i discovered sessions (a bit too late, i know).
So i would like to create a session for a user, and get that in the database along with the items he's chosen.
I just have no idea on how create this.
Any help would be appreciated.
Fish