Good day. For sessions logging i use wrapper for django login and logout functions. I save session id from request, save session id to my table, and then pass request to django login function. but when the django's login function ends, user's session id in django changes. and my table and django's table contains different session id. any ideas?
-- 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?hl=en.

