|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (7 bit)
Join Date: Sep 2002
Location: Middlesbrough, UK
Posts: 108
|
cookies, not the chocolate chip kind! in ASP
i have built my own customisable shopping cart in asp, and have several clients using their own version to sell their products.
I am now converting the user tracking (who they are from page to page) to use cookies (did use query string). I set the cookie with response.cookies("user") = user and reading it back using request.cookies("user"), thats no problem. the problem is i have several carts on one server and if someone uses one cart, they are automatically in all the other ones on the server. I need this not to be the case, as the carts are very seperate, is there a way of setting cookies via folders or something to get round this problem? |
|
|
|
|
|
#2 |
|
Member (7 bit)
Join Date: Sep 2002
Location: Middlesbrough, UK
Posts: 108
|
sorted
probelm sorted
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|