Well, after googling and checking the django-project website, i found
an option to manage saession.
By default, the SESSION_ENGINE use the db backend. I changed it to use
file and voila.
All works fine. I'll do some more test.

Cia

On 20 jan, 15:50, "[email protected]" <[email protected]>
wrote:
> Hi, i'm using django (svn 1.1 pre-alpha).
> I have a project with 3 apps.
>
> All i want is to allow different website to acces this project but
> each website use
> a different database.
>
> So to do that, i've create different vhost in apache conf
> and in the settings.py file i check which database the website must
> use.
>
> All if ok with the main website but when i try to access an
> application
> from an other website, i'm guetting the login page again and again
> with a message telling me that
> my browser can't accept cookie.???
>
> So after some investigation, i managed to remove all the
> login_required decorator and all works fine.
>
> Someone know how to solve this problem?
>
> Thanks for all, and sorry for the bad english.
>
> Btw django rocks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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