does the shopping cart attatch cookies?
does the shopping cart attatch cookies?
Zen-cart uses sessionsOriginally Posted by jford
You can use file based or database based sessions though file based are a little fast, database ones are recommended
What do you want to know?
well i just had a customer ask me this question:
In filling out a confidentiality statement, it asked if the above site attaches “Cookies”…does it?
and i wasn't sure how to answer it...
Say it does
Sessions in php are cookies based but these are stored on server side...so need to worry if client is concerned about security etc
thank you!
Sorry for the typo
Say it does
Sessions in php are cookies based but these are stored on server side...so NO need to worry if client is concerned about security etc
The cookies are NOT stored server side.
Cookies are not
But sessions in zen cart are stored on server side!