[mod_python] cookies

Brett Haydon brett at bookshop.unsw.edu.au
Wed Mar 7 15:09:32 EST 2001


You're looking in the right place:
req.headers_in

You need to extract it
if req.headers_in.has_key('Cookie'):
	dofoo

No luck with that then make sure cookies are being set...
use mod_usertrack for an easy solution..

_______________________________________
Brett Haydon




More information about the Mod_python mailing list