Re: intriguing django session save behavior

2012-03-19 Thread Kurtis Mullins
What are you using for your session engine? Maybe try another one? ( https://docs.djangoproject.com/en/1.3/topics/http/sessions/#configuring-the-session-engine ) On Sun, Mar 18, 2012 at 9:51 AM, pyramid...@gmail.com wrote: > If i clear my cookies and run this view, i get a new session key each >

intriguing django session save behavior

2012-03-18 Thread pyramid...@gmail.com
If i clear my cookies and run this view, i get a new session key each page load. If I comment out the print, and output the session key in the template, new session key each load. If I print session key in both view and template, the session key is 'saved' and remains the same each page load. de