Re: Curious error with Session Variables

2007-05-10 Thread Diego pylorca
Thanks Graham :) it works!! On 5/9/07, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > > > 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

Re: Curious error with Session Variables

2007-05-09 Thread Graham Dumpleton
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

Re: Curious error with Session Variables

2007-05-09 Thread Diego pylorca
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

Re: Curious error with Session Variables

2007-05-08 Thread John DeRosa
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

Re: Curious error with Session Variables

2007-05-08 Thread Diego pylorca
m 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

Re: Curious error with Session Variables

2007-05-08 Thread Diego pylorca
For more info about me config: Apache/2.2.3 (Debian) mod_python/3.2.10 Python/2.4.4 PHP/5.2.0-8+etch3 mod_ssl/2.2.3 OpenSSL/0.9.8c Server at *** Port 80 and my vhost: ServerName ***.net ServerAlias www..net CustomLog /var/log/apache2/***/access.log combined

Re: Curious error with Session Variables

2007-04-04 Thread chasfs
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

Re: Curious error with Session Variables

2007-04-03 Thread Kenneth Gonsalves
On 03-Apr-07, at 11:06 PM, Ramdas S wrote: > 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 one person on irc was getting this - he solved it by physically restarting apache

Re: Curious error with Session Variables

2007-04-03 Thread Ramdas S
browsing through the user groups, I see that the issue is a clash between Django and PHP4/5. I cannot turn them off, since some sites on our server still use PHP. Is there any solution where we can ensure that Django does not clash with PHP and live peacefully. I am eager to know Ramdas On

Curious error with Session Variables

2007-04-03 Thread Ramdas S
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