Re: How to use Django session without browser cookies support

2007-03-17 Thread ScottB
On Mar 15, 8:33 pm, Atilla <[EMAIL PROTECTED]> wrote: > What I can think of the top of my head is writing a middleware that > replaces all your internal URLs in the output, appending to them the > session ID variable. Note that your session IDs will be sent in the referrer header and can be seen

Re: How to use Django session without browser cookies support

2007-03-15 Thread Atilla
On 13/03/07, Sengtha <[EMAIL PROTECTED]> wrote: > > I am currently working on one project which needs to view page on > browser that doesn't support cookies. > By what I know, all Django sessions are based on browser cookies. And > Django sessions are save in django_session table. I wonder there i