Try reenabling PHP, but delve into the PHP setup and disable the
loading of the PHP mhash module first.

There have been cases where the PHP mhash module has clashed in some
way with the Python md5 hash modules and caused the Python module to
give back incorrect results. This may have an effect on session
cookies if a md5 hash is used in some way to generate it.

Graham

On May 9, 11:16 pm, "Diego pylorca" <[EMAIL PROTECTED]> wrote:
> Nop,
>
> when I disable mod-php5, the admin works correctly :(
>
> my web browsers are firefox and opera and IE, but it is not a client host
> problem :'(
>
> On 5/8/07, John DeRosa <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > Perhaps check your firewall, anti-hijack, anti-trojan, etc. software.
> > You may have a cookie guard enabled.
>
> > For example, Webroot's Spy Sweeper has a set of "shields" for web
> > browsers, and they include the blocking of certain tracking cookies and
> > some IE security 'protection'.  Perhaps your system is running a similar
> > product?
>
> > John
>
> > Diego pylorca wrote:
> > > mmmmm
>
> > > I deployed my site, and in the admin when i try to login i get this
> > message:
>
> > > "Looks like your browser isn't configured to accept cookies. Please
> > > enable cookies, reload this page, and try again."
>
> > > the cookies is enabled.
>
> > > my server is a debian etch stable (intalled modpython apache2 and mysql
> > > from apt)
>
> > > i ve run django/bin/daily_cleanup.py and flush the session table...
>
> > > PD: sory by me bad english
>
> > > On 4/4/07, *chasfs* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:
>
> > >     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]
> > >     <mailto:[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.
>
> > > --
> > > Diego F. Toritto.
>
> --
> Diego F. Toritto.


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