Although old, I'd like to point out that at least in my case this
wasn't a Dapper + PHP5 issue, it was a Deb + PHP5 issue, so the problem
seems to lie with the PHP5/Django pairing.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the G
Patrick J. Anderson wrote:
> On Tue, 27 Jun 2006 23:30:56 -0500, Patrick .J. Anderson wrote:
>
> > Malcolm Tredinnick wrote:
> >> [quoted text muted]
> >
> > Hi, Malcolm
> >
> > Yes, I noticed that too. Perhaps it would be good if I tested this
> > behaviour on another distro, but I don't want to
On Tue, 27 Jun 2006 23:30:56 -0500, Patrick .J. Anderson wrote:
> Malcolm Tredinnick wrote:
>> [quoted text muted]
>
> Hi, Malcolm
>
> Yes, I noticed that too. Perhaps it would be good if I tested this
> behaviour on another distro, but I don't want to resetup my development
> machine again. Ma
Malcolm Tredinnick wrote:
> On Tue, 2006-06-27 at 23:09 -0500, Patrick .J. Anderson wrote:
>> Jacob Kaplan-Moss wrote:
>>> Hi Patrick --
>>>
>>> What happens when you clear out your sessions table?
>>>
>>> FYI, there's nothing about Ubuntu versus mod_python that would/could
>>> cause this (I use
On Tue, 2006-06-27 at 23:09 -0500, Patrick .J. Anderson wrote:
> Jacob Kaplan-Moss wrote:
> > Hi Patrick --
> >
> > What happens when you clear out your sessions table?
> >
> > FYI, there's nothing about Ubuntu versus mod_python that would/could
> > cause this (I use both).
> >
> > Jacob
> >
Jacob Kaplan-Moss wrote:
> Hi Patrick --
>
> What happens when you clear out your sessions table?
>
> FYI, there's nothing about Ubuntu versus mod_python that would/could
> cause this (I use both).
>
> Jacob
>
> >
>
I cleared the session table and tried to login using my
apache/mod_python
Nikolaus Schlemm wrote:
>> I've heard that the problem might be related to md5 hashing (someone
>> just recently posted it here in the groups with the same error
>> message). I looked at the django code and that where that error message
>> is thrown and it seemed to confirm that, but I don't know
Hi Patrick --
What happens when you clear out your sessions table?
FYI, there's nothing about Ubuntu versus mod_python that would/could
cause this (I use both).
Jacob
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Grou
Patrick .J. Anderson wrote:
> [EMAIL PROTECTED] wrote:
>> Clear the cookies in your browser and the problem will go away.
>>
>>
> clearing the cookies doesn't help (I guess you answered that one).
>
> hmm, i don't know exactly what to do here, as I haven't tampered with
> anything. I'll try to re
[EMAIL PROTECTED] wrote:
> Clear the cookies in your browser and the problem will go away.
>
>
> >
>
clearing the cookies doesn't help (I guess you answered that one).
hmm, i don't know exactly what to do here, as I haven't tampered with
anything. I'll try to recreate the project (extra work,
Am Dienstag, 27. Juni 2006 19:25 schrieb [EMAIL PROTECTED]:
> Clear the cookies in your browser and the problem will go away.
unfortunately that won't solve this problem - possibly another one ;)
--
cheers,
Nikl
--~--~-~--~~~---~--~~
You received this mes
Clear the cookies in your browser and the problem will go away.
--~--~-~--~~~---~--~~
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
> I've heard that the problem might be related to md5 hashing (someone
> just recently posted it here in the groups with the same error
> message). I looked at the django code and that where that error message
> is thrown and it seemed to confirm that, but I don't know why this
> happens.
simply t
On 6/27/06, Patrick J. Anderson <[EMAIL PROTECTED]> wrote:
>
> I've heard that the problem might be related to md5 hashing (someone
> just recently posted it here in the groups with the same error
> message).
I suspect that it is. I've run into the same problem when I
inadvertently changed the SE
Hmm, I haven't changed domains. I simply took my previous setup on
Fedora Core 5 with apache+mod_python and put it on Ubuntu Dapper with
apache+mod_python.
I've heard that the problem might be related to md5 hashing (someone
just recently posted it here in the groups with the same error
message).
Did your domain change?
I have seen this error when I was working on myDomainOne and then
started the same app under myDomainTwo.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to thi
hon2.4/site-packages/django/contrib/sessions/models.py" in
get_decoded
55. raise SuspiciousOperation, "User tampered with session cookie."
SuspiciousOperation at /iblog/
User tampered with session cookie.
What exactly is the meaning of this and what would cause this error?
I've no idea why, but after building my own version of Apache 2.0.54
everything works just fine (earlier I was using Apache from official
deb's).
I used ./configure --enable-so --with-mpm=worker (just in case if
anybody would need this).
"/usr/lib/python2.3/site-packages/django/middleware/sessions.py", line
44, in _get_session
self._session_cache = s.get_decoded()
File "/usr/lib/python2.3/site-packages/django/models/core.py", line
122, in get_decoded
raise SuspiciousOperation, "User tampered with session
19 matches
Mail list logo