id,summary,reporter,owner,description,type,status,component,version,severity,resolution,keywords,cc,stage,has_patch,needs_docs,needs_tests,needs_better_patch,easy,ui_ux 27775,Signed cookies does not support custom expiry,Andreas Pelme,Dawid Bugajewski,"Calling set_expiry() when using the signed cookies backend does not do anything. This has been known for quite some time, see: - https://github.com/django/django/blob/5890d6ab03ebc7dac46ce7d9540b5768785caa34/django/contrib/sessions/backends/signed_cookies.py#L18-L19 - Ticket #19201 Ticket #19201 already exists that goes into details about problems with session expiration. This ticket exists to track the particular bug that custom expiration does not work in the signed cookies backend. I propose that we should either (and I would be happy to work to get PR:s for): - Raise an explicit exception when `set_expiry()` is called on signed cookie session backend. Currently the call is just ignored which may lead to security issues if the default configured session timeout is very high and some sensitive login/session need like to have a much lower expiration. - Handle expiration in a signed cookies-specific way (see my PR at https://github.com/django/django/pull/7885 for an attempt at this). I very much agree with the conclusion in #19201 that expiration is messy across backends and is in need of refactor but I think the current state is even worse where we have silent failures for potentially secret sensitive code. I don't have the time to work on a full refactor of the expiration (given that it needs to be very backward compatible it is probably a bit of work involved).",Bug,assigned,contrib.sessions,1.10,Normal,,,,Accepted,1,1,1,1,0,0