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:
> 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]>:


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to