bbangert / beaker

WSGI middleware for sessions and caching
https://beaker.readthedocs.org/
Other
524 stars 143 forks source link

Fixed #158 -- set SameSite=Lax on session cookies by default #159

Closed alex closed 6 years ago

amol- commented 6 years ago

I thought I commented but looks like I never did, do you mind adding a test to ensure that the cookie goes out with the expected attributes? So we can avoid unwanted regressions.

alex commented 6 years ago

Ok, test added. There's one job that failed on travis, but it doesn't appear related?