Re: Django session not saved

2013-10-05 Thread Karen Tracey
Please ask questions about using Django on django-users. The topic of this list is the development of Django itself. Thanks, Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from

Django session not saved

2013-10-05 Thread Malhar Vora
Hello I have simple application which checks for username and password in database as well as looks in session for key "user_id". If user exists and login gets successfull then page is redirected to admin page. Here problem is I am storing username in session in one view and retrieving it anoth