Cart

F

Fabri

Classic ASP.

Which is the best way (some links please) to write code for a cart in asp?

Is there a way to write a cart that works also without cookies?

Any help appreciated.

Regards.
 
T

Tim Slattery

Fabri said:
Aren't session variables stored in cookies?

No. They are stored on the server. The server sends a cookie to the
browser which identifies the session. When the browser sends that
cookie back, the server knows where to look to find the stored server
variables.
 
J

Jeff Cochran

No. They are stored on the server. The server sends a cookie to the
browser which identifies the session. When the browser sends that
cookie back, the server knows where to look to find the stored server
variables.

Which may or may not defeat the objective of the poster, if cookies
are the issue and not the ability of a hacker to change a cookie and
spoof your store.

Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,266
Messages
2,571,078
Members
48,772
Latest member
Backspace Studios

Latest Threads

Top