In case of views that contain login or logout,
this sessionid is different from the one submitted in request's Coockie header.
I need to retrieve it before returning response for some purpose.
How can I do this ?
views:
27answers:
1
+1
A:
I think you should be able to access this via request.session.session_key
msanders
2010-06-16 14:53:18
Ahh.. I mistakenly presumed that request.session fetches session_key from the request object recieved and wont change ! Django turned out to be more intelligent than my expectations :P Thanks a lot !!
Rohit
2010-06-16 15:15:15