save “stay_logged_in” in the session
authorJakob Kramer <jakob.kramer@gmx.de>
Wed, 22 May 2013 12:51:12 +0000 (14:51 +0200)
committerRodney Ewing <ewing.rj@gmail.com>
Thu, 11 Jul 2013 21:56:40 +0000 (14:56 -0700)
commitef57b0622c06d2b169cbe28f5e9f38ebf569badb
tree130c32d267c37f176a3f0dc440833fe109d07650
parent527b7e3b57906a86dae914daae0399b04b3b5388
save “stay_logged_in” in the session

Since sessions are rebuilt, e.g. when you try to post a blank
comment and therefore receive an error message, the session will
be overwritten without the old max_age.
mediagoblin/auth/views.py
mediagoblin/tools/session.py