Zen Cart Logo

cookies

Locked

Views: 1,860

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
10 Jul 2006, 4:08 PM
#1
jford avatar

jford

Zen Follower

Join Date:
Mar 2006
Posts:
162
Plugin Contributions:
0

cookies

does the shopping cart attatch cookies?

10 Jul 2006, 4:11 PM
#2
superprg avatar

superprg

Totally Zenned

Join Date:
Feb 2006
Location:
Chicago
Posts:
1,349
Plugin Contributions:
0

Re: cookies

jford:

does the shopping cart attatch cookies?
Zen-cart uses sessions
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?

10 Jul 2006, 4:48 PM
#3
jford avatar

jford

Zen Follower

Join Date:
Mar 2006
Posts:
162
Plugin Contributions:
0

Re: cookies

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...

10 Jul 2006, 4:51 PM
#4
superprg avatar

superprg

Totally Zenned

Join Date:
Feb 2006
Location:
Chicago
Posts:
1,349
Plugin Contributions:
0

Re: cookies

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

10 Jul 2006, 5:04 PM
#5
jford avatar

jford

Zen Follower

Join Date:
Mar 2006
Posts:
162
Plugin Contributions:
0

Re: cookies

thank you!

10 Jul 2006, 5:31 PM
#6
superprg avatar

superprg

Totally Zenned

Join Date:
Feb 2006
Location:
Chicago
Posts:
1,349
Plugin Contributions:
0

Re: cookies

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

10 Jul 2006, 6:14 PM
#7
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,591
Plugin Contributions:
0

Re: cookies

The cookies are NOT stored server side.

10 Jul 2006, 6:14 PM
#8
superprg avatar

superprg

Totally Zenned

Join Date:
Feb 2006
Location:
Chicago
Posts:
1,349
Plugin Contributions:
0

Re: cookies

Cookies are not
But sessions in zen cart are stored on server side!