On Tue, Sep 05, 2006 at 04:23:59PM -0000, brian corrigan wrote:
> 
> Hi all,
> 
> I'm trying to run two seperate Django project on the same server, one
> on port 7000 and one on 8000. Both projects use the auto generated
> admin and authentication. When I am logged into one (say on port 7000)
> and try and access the other project on 8000 I get the following error:
> 
> SuspiciousOperation: User tampered with session cookie
> 
> Is there a way around this? Has anyone had this problem before in the
> pass? I'd really appreciate any help.

I'd guess setting SESSION_COOKIE_NAME in one or both to be something
other than sessionid would solve it.

Thanks,
-- 
Brett Parker

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

Reply via email to