Re: Why are session cookies not considered sensitive?

2022-01-18 Thread Florian Apolloner
Hi, I agree that we should treat session cookies as sensitive and hide them like we do with passwords. That said, please be aware that all the SafeException reporters are best effort and it is generally not possible to have a "safe" exception. In that sense, patches welcome but

Why are session cookies not considered sensitive?

2022-01-17 Thread Tobias Bengfort
Hi, AFAIU, SafeExceptionReporterFilter takes care of removing any sensitive data from logs. However, I today realized that this does not cover session cookies. In a ticket about this issue[1] it was treated not as a security issue but more as a request for customization. That puzzled me a

Adding dynamic TLD to session cookies to enable subdomain usage

2016-05-06 Thread Alex Wolkov
Hi All, First post here, please redirect me where needed if is not appropriate. I wanted to suggest a feature. Our current plan is to use the same Django on subdomain.domain.com and domain.org, and a different Django with CMS on the TLD domain.com We want to enable cookie saving with the TL

Session cookies set to HttpOnly in 1.4

2011-10-02 Thread Paul McMillan
I recently opened #16847, which proposes to set the HttpOnly property to True on session cookies by default in 1.4. I'm pretty sure this is the right approach, but I'd like a bit more feedback from the dev list here before I go ahead and do it. Are people running applications that would

Re: session cookies

2006-04-14 Thread Adrian Holovaty
On 4/12/06, Michael Radziej <[EMAIL PROTECTED]> wrote: > the sessions middleware does not support some cookie settings I'd prefer > for security, especially since the authentication middleware depends on it: > > - secure flag (i.e., if a cookie has been received via SSL, only send it > over SSL) >

Re: session cookies

2006-04-13 Thread Michael Radziej
Hmm ... not much feedback :-( Please, could one of the core developers just give a short statement like "interested" or "not interested" on this? Even a "maybe" would be better than no feedback at all. It just makes a difference if I do this only for my project or try to solve it cleanly. Mi

session cookies

2006-04-12 Thread Michael Radziej
Hi, the sessions middleware does not support some cookie settings I'd prefer for security, especially since the authentication middleware depends on it: - secure flag (i.e., if a cookie has been received via SSL, only send it over SSL) - discard flag (i.e., it's a non-persistent cookie being