On Jun 30, 9:38 pm, kakarukeys <[email protected]> wrote: > I tried to deploy a simple web app I wrote in Django and ran into > problem with user authentication. > > On production server, the following steps didn't work like expected > (on development server). > > "log in using a test user account, > access a restricted page." > > it shows login required error message, > the page is displayed properly only after a refresh. > > On development server, there is (should be) no error message. > > All unit-tests passed on development and production server. > What could be causing it? Let me know if you need other info.
nobody seems to know the answer. Anyway, the problem is solved by adding a cache control header to each response -- 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.

