On Fri, Oct 5, 2012 at 10:57 AM, Stefano T <[email protected]> wrote: > Hi all. > i'm new to django and i'm facing a problem i can't solve so far. > Basically, when i log in in the admin part, every operation i do it > ask me for the login. doesn't matter which browser i user, it's always > the same. > at the beginning it was acting normally: once logged in i stay logged > in until the logout. > idea?
What is SESSION_COOKIE_AGE set to in your settings file? Or are cookies disabled for your browser? -- 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.

