cookie not set in the response for IE

Reuben A Christie <[email protected]> Thu, 01 Oct 2009 09:36:45 -0400
Newsgroups gmane.comp.python.mod_python
Organization Knewco Inc
Message-ID <[email protected]>
I am trying to set the cookie in the header , that I read every 
subsequent requests.  and If i dont find it, I create new cookie
it works fine for FF but for IE and Safari, somehow the cookie is not 
being set. Every single request I check, it does not have the cookie and 
I end up creating cookie for everysingle request as if it was a brand 
new session. any help please

this is how i do it,

c = Cookie.Cookie('session_id', sessionID)
c.expires = time.time()+60 * self._session_expiration_time
Cookie.add_cookie(REQUEST, c)

_______________________________________________
Mod_python mailing list
[email protected]
http://mailman.modpython.org/mailman/listinfo/mod_python
smime.p7s (application/x-pkcs7-signature, 3.2 KB) - not displayed