setting cookies with [setcookie]

This WebDNA talk-list message is from

1998


It keeps the original formatting.
numero = 17085
interpreted = N
texte = I was testing out [setcookie] in preparation for using cookies on a site. I had copied and pasted the code out of the PDF reference manual:>[setcookie name=Visits&value=12 >&expires=Wednesday, 09-Nov-1999 23:12:40 GMT >&path=/&domain=www.smithmicro.com]changed the name, value and domain entries accordingly and tried it out. Worked like a charm! Later, after some editing and adding a page to try zeroing out the cookie values, I couldn't figure out why it no longer worked. Nothing. After telling Navigator to warn me before setting cookies, I could see that WebCatalog wasn't even trying to send them. Some head pounding later, I realized that I had pulled the [setcookie] tag together to fit on one line:[setcookie name=Visits&value=12&expires=Wednesday, 09-Nov-1999 23:12:40 GMT&path=/&domain=www.smithmicro.com]and that was causing it to fail. After breaking it up like the original, everything worked fine again.This sounds like a problem related to what's described here for the [listcookies] context:>Remember that MIME headers require a linefeed as a line separator (or >carriage return / linefeed combination). If you are using a text editor on the >Macintosh you must past a linefeed in after each line or set the file to a >DOS or UNIX mode.Of course there, the example for setting the cookie doesn't use [setcookie], but instead:>[returnraw]HTTP/1.0 200 OK >Set-Cookie: text=abcd; expires=Wednesday, 01-Dec-1999 >23:23:23 GMT; path=/; domain=www.yourdomain.com >Cookie set. >[/returnraw]which is a slightly different placement of linebreaks as well! I don't know of any other tags were a linebreak *within* the tag affects the tag's performance. A line of explanation in the manual would have saved two days of confusion here -- it may have been resolved on the online reference manual, but the link at Pacific Coast (http://test.smithmicro.com/WebDNAReference/) has been coming up with a template not found since I first tried it a few days ago.Rob Marquardt Designer/Resident Wirehead Toast Design300 First Avenue North, Suite 150 Minneapolis MN 55401 612.330.9863 v 612.321.9424 f www.toastdesign.com Associated Messages, from the most recent to the oldest:

    
  1. setting cookies with [setcookie] (Rob Marquardt 1998)
I was testing out [setcookie] in preparation for using cookies on a site. I had copied and pasted the code out of the PDF reference manual:>[setcookie name=Visits&value=12 >&expires=Wednesday, 09-Nov-1999 23:12:40 GMT >&path=/&domain=www.smithmicro.com]changed the name, value and domain entries accordingly and tried it out. Worked like a charm! Later, after some editing and adding a page to try zeroing out the cookie values, I couldn't figure out why it no longer worked. Nothing. After telling Navigator to warn me before setting cookies, I could see that WebCatalog wasn't even trying to send them. Some head pounding later, I realized that I had pulled the [setcookie] tag together to fit on one line:[setcookie name=Visits&value=12&expires=Wednesday, 09-Nov-1999 23:12:40 GMT&path=/&domain=www.smithmicro.com]and that was causing it to fail. After breaking it up like the original, everything worked fine again.This sounds like a problem related to what's described here for the [listcookies] context:>Remember that MIME headers require a linefeed as a line separator (or >carriage return / linefeed combination). If you are using a text editor on the >Macintosh you must past a linefeed in after each line or set the file to a >DOS or UNIX mode.Of course there, the example for setting the cookie doesn't use [setcookie], but instead:>[returnraw]HTTP/1.0 200 OK >Set-Cookie: text=abcd; expires=Wednesday, 01-Dec-1999 >23:23:23 GMT; path=/; domain=www.yourdomain.com >Cookie set. >[/returnraw]which is a slightly different placement of linebreaks as well! I don't know of any other tags were a linebreak *within* the tag affects the tag's performance. A line of explanation in the manual would have saved two days of confusion here -- it may have been resolved on the online reference manual, but the link at Pacific Coast (http://test.smithmicro.com/WebDNAReference/) has been coming up with a template not found since I first tried it a few days ago.Rob Marquardt Designer/Resident Wirehead Toast Design300 First Avenue North, Suite 150 Minneapolis MN 55401 612.330.9863 v 612.321.9424 f www.toastdesign.com Rob Marquardt

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:

[format xs] freeze (1997) International Orders (1998) Protect and Serve (1999) Re:Frames and cart values (1998) A multi-processor savvy WebCatalog? (1997) japanese characters (1997) # fields limited? (1997) WebCatalog 2.1b4/Mac available (1997) Using Plug-In while running 1.6.1 (1997) emailer error -108 (1997) Multicolumn table layout (was Variable Math) (1998) PIXO support (1997) SSL and reg web* (1997) Using Encrypt/Decrypt (2003) Error Log.db --however (1997) Word search (1997) Newbie trouble with [url] & [foundItems] (2000) RE: Nesting [ListFiles] (1998) ShowNext (1997) carriage returns in data (1997)