webob cookies

Posted by dhaval on Stack Overflow See other posts from Stack Overflow or by dhaval
Published on 2009-06-16T06:47:55Z Indexed on 2010/04/18 9:53 UTC
Read the original article Hit count: 349

I am not able to set cookies using following statements

		self.request.headers['Cookie'] = 'uniqueid = ',unique_identifier
		self.request.headers['Cookie'] = 'nickname = ',nickname

as self.request.cookies

is returning null dictionary in another request.

environment is python on google app engine

© Stack Overflow or respective owner

Related posts about python

Related posts about google-app-engine