There are several things going on here. If you have multiple django
sites
all setting sessions cookies, make sure that the SESSION_COOKIE_NAME
and SESSION_COOKIE_DOMAIN are unique in the respective settings.py
files.

You also need to clean out old session rows in the django_session
database.
You can use django/bin/daily_cleanup.py to do this.

Good luck,
-chasfs

On Apr 3, 1:36 pm, "Ramdas S" <[EMAIL PROTECTED]> wrote:
> Since last few days I am getting this error on Django web sites hosted.
> Obviously it is clashing with something.
>
> When I work on admin interface to add or delete content, I get logged off
> and it takes some time for me to login again.
>
> I get the following messages
>
> Please enter a correct username and password. Note that both fields are
> case-sensitive.
>
> If I keep on trying then the message changes to
>
> Looks like your browser isn't configured to accept cookies. Please enable
> cookies, reload this page, and try again.
>
> Later if I persist
>
> I get this error
>
> -----
>
> SuspiciousOperation at /admin/ User may have tampered with session
> cookie. Request
> Method: POST  Request URL:http://developeriq.com/admin/ Exception Type:
> SuspiciousOperation  Exception Value: User may have tampered with session
> cookie.  Exception Location:
> /usr/lib/python2.4/site-packages/django/contrib/admin/views/decorators.py
> in _decode_post_data, line 40
>
> I am using the latest development version Mod_Python, Apache and Ubuntu
> Linux
>
> What can be the reason
>
> Thanks
>
> Ramdas S
>
> The Server is a dedicated server, and it also runs PHP, MySQl and some PHP
> and Python software.


--~--~---------~--~----~------------~-------~--~----~
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