How to set up Django app to make cookies work on subdomain

Posted by Dzida on Stack Overflow See other posts from Stack Overflow or by Dzida
Published on 2010-06-14T09:54:50Z Indexed on 2010/06/14 11:42 UTC
Read the original article Hit count: 245

Filed under:
|
|
|

Hi,

I have deployed my application on subdomain.domain.com (it works only on that one subdomain). Everything works fine except the fact that from time to time users cannot log in to application (the message "Looks like your browser isn't configured to accept cookies. Please enable cookies, reload this page, and try again" is shown when trying to log into admin panel). I've noticed that restarting the web server eliminates this problem for some time.

Does anyone have experience with setting up django project on subdomain and can guide me how to configure my application to make it work correctly without need to ocasionally make reset?

© Stack Overflow or respective owner

Related posts about django

Related posts about cookies