Since database entries for "session_key" do not correspond to the
cookie sessionid set at login or whenever, how does Django match a
given sessionid cookie to a session?  Basically I am trying to
integrate (to a point) a non-django, non-python app into a django app.
All I would be doing (I think) would be to change the expire_date so
sessions will stick around longer on every page load of my other app,
but I may need to use it for other things.  Essentially I just need to
know how to extract any relevent information from the django sessionid
cookie, if there doesn't happen to be any information in there then I
need to know how to "convert" that to a session_key entry or whatever
django uses to tie a user's cookie to their account / session /
whatever.  Hopefully this makes sense...


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to