[mod_python] Chewing cookies

vio vmilitaru at sympatico.ca
Thu Jul 4 13:53:02 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 suggestions?

Cheers, Vio



More information about the Mod_python mailing list