Re: sessions and cookies problems

2007-09-21 Thread Ana
I tried to clear sessions but it didn't help. I used: #!binsh # clear django_session table DJANGO_SETTINGS_MODULE=Intranet.settings python -c 'from django.contrib.sessions.models import Session; Session.objects.all().delete()' On Sep 20, 3:07 pm, beck917 <[EMAIL PROTECTED]> wrote: > Ther

Re: sessions and cookies problems

2007-09-20 Thread beck917
There is the same problem with me for many days~~ "Username: Your Web browser doesn't appear to have cookies enabled. Cookies are required for logging in. " Help~~thx may be clear the session table will solve the problem~~ 2007/9/20, Ana <[EMAIL PROTECTED]>: > > > Hi, > I have problem with sessio