[mod_python] Chewing cookies

vio vmilitaru at sympatico.ca
Thu Jul 4 15:01:52 EST 2002


'REQUEST.headers_out.add('Set-Cookie',cookie_value)' seems the recommended way 
to set up multiple cookies on the client. 
But what is the recommended way to get back at those cookies? 
Seems to me that anything like 'REQUEST.headers_in['Set-Cookie'] is no good 
with more than one cookie, for obvious reasons. 
Any tips would be appreciated.

Cheers, Vio




More information about the Mod_python mailing list