diff options
author | francis <francis> | 2008-06-12 13:43:29 +0000 |
---|---|---|
committer | francis <francis> | 2008-06-12 13:43:29 +0000 |
commit | 3927942daa87e2cb94896bfd9481bbad4890632b (patch) | |
tree | dc6bfa3148630964fcde6bf47a457554885367b5 /script/delete-old-sessions | |
parent | 8e146614c1b5728a275d65c0c1563fb7a2703b85 (diff) |
Change to using (signed) cookies for session data.
"Remember me" checkbox which sets cookie expiry dates.
Diffstat (limited to 'script/delete-old-sessions')
-rwxr-xr-x | script/delete-old-sessions | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/script/delete-old-sessions b/script/delete-old-sessions index 0e4c91122..c1354e4f4 100755 --- a/script/delete-old-sessions +++ b/script/delete-old-sessions @@ -3,6 +3,5 @@ LOC=`dirname $0` $LOC/runner 'PostRedirect.delete_old_post_redirects()' -$LOC/runner "ActiveRecord::Base.connection.execute(\"delete from sessions where now() - updated_at > '1 month'\")" |