Re: [Zope] check if cookies are on... How
- Forwarding to list ----- Original Message ----- From: "Andy McKay" <andy@agmweb.ca> To: "Aseem Mohanty" <aseem@neurobehavioralsystems.com> Sent: Monday, June 10, 2002 8:40 PM Subject: Re: [Zope] check if cookies are on... How
I have to refresh the (cookied!!) page at least once after I restart my browser to check if the cookie was set. Thats the problem..!!!
Thats the HTTP spec though :) If you set a proper expiry date on a cookie though you wont need to get the cookie on a browser restart.
----- Original Message ----- From: "Aseem Mohanty" <aseem@neurobehavioralsystems.com> To: "Andy McKay" <andy@agmweb.ca> Sent: Monday, June 10, 2002 6:27 AM Subject: Re: [Zope] check if cookies are on... How
I have to refresh the (cookied!!) page at least once after I restart my browser to check if the cookie was set. Thats the problem..!!! Without doing that no browser seems to have anything in its REQUEST.cookies
AM
Andy McKay wrote:
Set a cookie and see if you get one back :)
----- Original Message ----- From: "Aseem Mohanty" <aseem@neurobehavioralsystems.com> To: <zope@zope.org> Sent: Monday, June 10, 2002 5:05 AM Subject: [Zope] check if cookies are on... How
Hi, How do I check if the browser allows cookies to be set?? Especially since javascript need not be on for Zope to be able to set cookies...which kind of renders all javascript based methods useless... tia AM
-- ================================================================== Aseem Mohanty Neurobehavioral Systems Inc, 828 San Pablo Ave, Albany, CA 94706 (R) 510 7696011 (M) 510 3014871 (O) 510 5279231 ================================================================== "I saw `cout' being shifted "Hello world" times to the left and stopped right there!!" -- Steve Gonedes ==================================================================
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- ================================================================== Aseem Mohanty Neurobehavioral Systems Inc, 828 San Pablo Ave, Albany, CA 94706 (R) 510 7696011 (M) 510 3014871 (O) 510 5279231 ================================================================== "I saw `cout' being shifted "Hello world" times to the left and stopped right there!!" -- Steve Gonedes ==================================================================
participants (1)
-
Andy McKay