Re: passing cart value
This WebDNA talk-list message is from 2003
It keeps the original formatting.
numero = 52500
interpreted = N
texte = On 8/26/03 7:16 PM, "Brian Wachter"
wrote:> Can anyone recommend a better way to track a customer's cart value> throughout the site other than simply passing it along in the URL? I'm> wondering if there is a more elegant way of doing it where it's not> displayed in the URL. I suppose one way to do it is with a cookie, but I> could see this being problematic as well.> > Thanks,> BrianThose are pretty much your choices.Netcloak from maxum used to store form values per user for their session(still does). That is any form that was submitted would be retained as formvariables for the users session. No cookies or url funniness.You could reproduce the same thing BUT there was a catch. It was based on atimed event and IP number. Since IP number was not guaranteed unique itcould cause problems with proxy users such as aol or internal corporatenetworks.So basically, you have the url trick, the cookie way, or IP based... Eachsuccessively less reliable.I suppose you could compromise and have the cart stored in a db and youcould assign each new user some small and unique value (still being passedin the url). But that seems like a lot of trouble to go to just to have asmaller & less offensive url box.If you were really ambitious, you could code your site to attempt the cookieway and then use that if successful, otherwise defaulting to the urlpassing.HTHAlexAlex J McCombie New World MediaChief Information Officer Box 124888/892.6379 MartVille, NY 13111Alex@NewWorldMedia.com http://OurClients.comInterface Designer WebDNA Programmer Database Designer-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
Associated Messages, from the most recent to the oldest:
On 8/26/03 7:16 PM, "Brian Wachter" wrote:> Can anyone recommend a better way to track a customer's cart value> throughout the site other than simply passing it along in the URL? I'm> wondering if there is a more elegant way of doing it where it's not> displayed in the URL. I suppose one way to do it is with a cookie, but I> could see this being problematic as well.> > Thanks,> BrianThose are pretty much your choices.Netcloak from maxum used to store form values per user for their session(still does). That is any form that was submitted would be retained as formvariables for the users session. No cookies or url funniness.You could reproduce the same thing BUT there was a catch. It was based on atimed event and IP number. Since IP number was not guaranteed unique itcould cause problems with proxy users such as aol or internal corporatenetworks.So basically, you have the url trick, the cookie way, or IP based... Eachsuccessively less reliable.I suppose you could compromise and have the cart stored in a db and youcould assign each new user some small and unique value (still being passedin the url). But that seems like a lot of trouble to go to just to have asmaller & less offensive url box.If you were really ambitious, you could code your site to attempt the cookieway and then use that if successful, otherwise defaulting to the urlpassing.HTHAlexAlex J McCombie New World MediaChief Information Officer Box 124888/892.6379 MartVille, NY 13111Alex@NewWorldMedia.com http://OurClients.comInterface Designer WebDNA Programmer Database Designer-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
Alex McCombie
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
Safari browser and WebDNA set-cookies (2003)
StoreBuilder on V.5.x (2003)
WebCatb15 Mac CGI -- [purchase] (1997)
lineitems not showing when moving to a different OS (2006)
Help! WebCat2 bug (1997)
emailer truncates last letter! (1997)
[WebDNA] WebDNA 7 (2011)
question: webmerchant connection (1997)
Transfering [text] variables (2000)
PCS Frames (1997)
Cleaner URLs (2003)
Log-in Scheme (2003)
Reversed words (1997)
WebCatalog Features (1997)
New Command prefs ... (1997)
Automated FTP from Shell - Update (2004)
stats (2001)
[taxrate] question (1997)
View order not right (1997)
RE: 2nd WebCatalog2 Feature Request (1996)