- Feb 27, 2010
-
-
Graham Cole authored
add a new function to save a message flash in the session data to be displayed on the next page load (e.g. when we're doing post/redirect/get)
-
Graham Cole authored
-
- Nov 30, 2008
-
-
Denis Walker authored
Makes password check function in session class public
-
- Jun 13, 2008
-
-
Graham Cole authored
fix some more session weirdness by deleting loggedin cookies instead of piling them up on top of each other
-
Graham Cole authored
-
- Jan 30, 2008
-
-
Graham Cole authored
timeout anonymous sessions earlier, to stop the session table getting massive. And fix the inevitable stupid bug which crept in
-
- Jan 29, 2008
-
-
Graham Cole authored
stop using temporary cookies for logged in users and set a timeout instead. Sessions should now timeout after 48 hours of inactivity, or 8 days since authenticating, whichever comes first. Also fix a bug where we tried to delete users sessions before actually figuring out who they were which stopped logout functioning correctly
-
- Jan 17, 2008
-
-
Graham Cole authored
-
- Jan 16, 2008
-
-
Graham Cole authored
-
Graham Cole authored
- Begin to stop it being so logout happy for ordinary users who aren't doing anything particularly sensitive on the site by keeping track of when a user was last asked for credentials - Don't continue to use the same session identifier once a user is logged in; it's likely been sent insecurely - Mark session cookies as "SSL only" once logged in - Automatically bump users from HTTP to HTTPS for all requests whilst they're logged in
-
- Nov 26, 2007
-
-
Denis Walker authored
-