php - Ajax shopping cart with session_id() as unique identifier? -


I am creating an Ajax Shopping Cart and with a session in my DB-

I I want to avoid refreshing all the pages and to avoid the need to log in to the user. Do not expect traffic of a ton. I do not care that the session is lost when the browser closes, so I think I do not need cookies like this:.

Any damage to my attitude?


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -