Re: HttpResponse.set_cookie defaults?

2008-12-03 Thread John Boxall
To answer my own question - the SESSION_COOKIE_* variables are not used in set_cookie. You'll have to pass in these things yourself! John On Dec 3, 3:02 pm, John Boxall <[EMAIL PROTECTED]> wrote: > From the documentation it's not obivous what the defaults are for the > set_cookie() >

HttpResponse.set_cookie defaults?

2008-12-03 Thread John Boxall
>From the documentation it's not obivous what the defaults are for the set_cookie() function. http://docs.djangoproject.com/en/dev/ref/request-response/?from=olddocs#django.http.HttpResponse.set_cookie I've read about the various django SESSION_COOKIE_* settings: