Forums
This topic is locked
My Cart cant remeber
Posted 11 Oct 2004 17:13:47
1
has voted
11 Oct 2004 17:13:47 Simon Bloodworth posted:
Need some real help here as i need to get this project sroted as soon as possible.I have a shopping cart (simple) all works fine on my local server but when i use it on my hosted server it never remembers anything. You can add 1 item to the cart but when you continue shopping and add another item the first one is gone.
Is there something going on with the session variables?
Any help greatly received
Simon
Replies
Replied 11 Oct 2004 20:29:04
11 Oct 2004 20:29:04 Rene Bandsma replied:
I don't know if it is possible in ASP / IIS but maybe your hosting provider has set some security settings?
Otherwise it is strange that everything works fine on your local machine but not on remote.
Otherwise it is strange that everything works fine on your local machine but not on remote.
Replied 12 Oct 2004 13:25:06
12 Oct 2004 13:25:06 Simon Bloodworth replied:
I dont know - i have log in/authenticate behaviours which all work fine and they use session vaiables dont they?
Any ideas please???
Regards
Simon
Any ideas please???
Regards
Simon
Replied 15 Oct 2004 16:06:08
15 Oct 2004 16:06:08 Vince Baker replied:
I have had a simular problem with Hosts session variables.
I prefer to use a cookie.....stores the info when they come back to the site...
Regards
Vince
DMX Talkzone Manager
Visit my home: www.chez-vince.com
(Now completely CSS based and bye bye to all tables!)
VBScript | ASP | HTML | CSS | SQL | Oracle | Hosting
I prefer to use a cookie.....stores the info when they come back to the site...
Regards
Vince
DMX Talkzone Manager
Visit my home: www.chez-vince.com
(Now completely CSS based and bye bye to all tables!)
VBScript | ASP | HTML | CSS | SQL | Oracle | Hosting
Replied 15 Oct 2004 21:30:52
15 Oct 2004 21:30:52 Rene Bandsma replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
I prefer to use a cookie.....stores the info when they come back to the site...
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
In the Service Pack 2 some cookies are disabled and many people find it frustating when a revisit has stored their cart. Many internet security programs (Norton Internet Security, ad aware, cleansweap) are automaticly blocking cookies.
With a session you can reach a broader public then with cookies.
I prefer to use a cookie.....stores the info when they come back to the site...
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
In the Service Pack 2 some cookies are disabled and many people find it frustating when a revisit has stored their cart. Many internet security programs (Norton Internet Security, ad aware, cleansweap) are automaticly blocking cookies.
With a session you can reach a broader public then with cookies.
Replied 15 Oct 2004 22:11:36
15 Oct 2004 22:11:36 Simon Bloodworth replied:
many thanks for your replies - if cookies are not the way forward what are? how can i resolv my session problem. if the machine i am using from has a firewall active - will that stop sessions working?
cheers
cheers
Replied 16 Oct 2004 14:23:02
16 Oct 2004 14:23:02 Rene Bandsma replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
if the machine i am using from has a firewall active - will that stop sessions working?
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
No, sessions are held on the server. I don't know a solution for your problem. Seems that your hosting provider has some limitations set about sessions. Maybe you can test your session on Brinkster (=free ASP host).
if the machine i am using from has a firewall active - will that stop sessions working?
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
No, sessions are held on the server. I don't know a solution for your problem. Seems that your hosting provider has some limitations set about sessions. Maybe you can test your session on Brinkster (=free ASP host).
Replied 16 Oct 2004 16:33:15
16 Oct 2004 16:33:15 Simon Bloodworth replied:
is brinkster good to use a host - i may just switch as this isnt the first problem.
Replied 16 Oct 2004 16:35:37
16 Oct 2004 16:35:37 Rene Bandsma replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
is brinkster good to use a host - i may just switch as this isnt the first problem.
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
I have no experience with Brinkster, but I know that you can get a free account over there and upgrade that account to a pay-account (no banners, etc).
is brinkster good to use a host - i may just switch as this isnt the first problem.
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
I have no experience with Brinkster, but I know that you can get a free account over there and upgrade that account to a pay-account (no banners, etc).
Replied 16 Oct 2004 16:38:04
16 Oct 2004 16:38:04 Simon Bloodworth replied:
many thanks for your help.
Simon
Simon