The fact that I can't find a thread on this topic in this forum or
arsdigita leads me to believe that I set up something wrong.
I setup OpenACS and tried to access using lynx. Everytime I would log in it would give me the login screen suggesting I may have cookies turned off. I have used lynx before on cookie sites and it seems to work fine. So I tried with netscape and it works. I download the python program httpMonitor to see what was the difference... and it seems that lynx doesn't like cookies with commas in them. It truncates the value at the comma.
The spec at http://home.netscape.com/newsref/std/cookie_spec.html also states that the cookie cannot contain semi-colon,comma or white space.
Here is a sample of the output of http sniffer:
RESPONSE HTTP/1.0 http://192.168.32.21:8000/pvt/home.tcl 302 Found Set-Cookie: ad_session_id=132,0,ukaj9bTODpXp0LGxZViYMR1QPQoT5NAD,988017574; Path=/; Max-Age=86400 Location: http://192.168.32.21:8000/register/index.tcl?return_url=%2fpvt%2fhome%2etcl Content-Type: text/html; charset=iso-8859-1 MIME-Version: 1.0 Date: Mon, 23 Apr 2001 09:19:34 GMT Server: AOLserver/3.2+ad12 Content-Length: 357 Connection: close REQUEST GET http://192.168.32.21:8000/register/index.tcl?return_url=%2fpvt%2fhome%2etcl Host: 192.168.32.21:8000 Accept: text/html, text/plain, application/vnd.rn-rn_music_package, application/x-freeamp-theme, audio/mp3, audio/mpeg, audio/mpegurl, audio/scpls, audio/x-mp3, audio/x-mpeg, audio/x-mpegurl, audio/x-scpls, audio/mod, image/*, video/*, video/mpeg Accept: application/pgp, application/pgp, application/pdf, message/partial, message/external-body, application/postscript, x-be2, application/andrew-inset, text/richtext, text/enriched, x-sun-attachment, audio-file, postscript-file, default, mail-file Accept: sun-deskset-message, application/x-metamail-patch, text/sgml, video/mpeg, image/jpeg, image/tiff, image/x-rgb, image/png, image/x-xbitmap, image/x-xbm, image/gif, application/postscript, */*;q=0.01 Accept-Encoding: gzip, compress Accept-Language: en User-Agent: Lynx/2.8.4dev.7 libwww-FM/2.14 Referer: http://192.168.32.21:8000/ Cookie2: $Version="1" Cookie: ad_browser_id=129; ad_session_id=130; ad_user_login=3So did I miss something?Should the values for the cookies be encoded?
Has anyone else had issues with lynx and ACS?
Request notifications