Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/actionpack/lib/action_controller/session


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8589 [8589] 01/07/08 08:12:03 bitsweat Ruby 1.9 compat: cookie store delete sets nil value instead of empty …
(edit) @8433 [8433] 12/18/07 21:14:07 bitsweat Ruby 1.9 compat: move from the deprecated Base64 module to …
(edit) @8423 [8423] 12/16/07 23:55:22 david Fix doc (closes #10526)
(edit) @8400 [8400] 12/15/07 02:27:56 bitsweat Introduce (in /Users/jeremy/rails/git/trunk) to output a crytographically …
(edit) @8200 [8200] 11/24/07 22:41:16 nzkoz Improve error messages when providing a secret that is too short. Closes …
(edit) @8184 [8184] 11/21/07 21:31:45 nzkoz Make sure that cookie sessions use a secret that is at least 30 chars in …
(edit) @8181 [8181] 11/21/07 15:47:50 david Emphasize the importance of a dictionary attack-proof secret for the …
(edit) @7885 [7885] 10/14/07 20:46:06 bitsweat Memcached sessions: add session data on initialization; don't silently …
(edit) @7725 [7725] 10/03/07 14:52:56 rick Use #require_library_or_gem to load the memcache library for the MemCache …
(edit) @7438 [7438] 09/09/07 23:12:57 david Random hits from the style nazi
(edit) @7317 [7317] 08/14/07 10:06:07 nzkoz Fix failing active record store tests
(edit) @6424 [6424] 03/14/07 11:33:10 bitsweat Cookie session store: ensure that new sessions doesn't reuse data from a …
(edit) @6415 [6415] 03/13/07 20:44:16 bitsweat Cookie session store: raise ArgumentError when :session_key is blank.
(edit) @6342 [6342] 03/06/07 04:09:14 rick Add a #dbman attr_reader for CGI::Session and make …
(edit) @6296 [6296] 03/03/07 13:54:54 bitsweat Cookie store: use OpenSSL::HMAC instead of basic hash. Introduce :secret …
(edit) @6294 [6294] 03/03/07 08:18:30 bitsweat Cookie store: test that >4K raises CookieOverflow and that unverifiable …
(edit) @6226 [6226] 02/25/07 16:35:24 bitsweat Cookie session store: empty and unchanged sessions don't write a cookie.
(edit) @6200 [6200] 02/22/07 01:17:28 bitsweat CGI escape the session cookie.
(edit) @6184 [6184] 02/21/07 09:17:38 bitsweat Introduce a cookie-based session store as the Rails default. Sessions …
(edit) @5531 [5531] 11/15/06 20:08:43 bitsweat ARStore needs a data reader method. Closes #4795.
(edit) @5512 [5512] 11/13/06 18:59:01 bitsweat Always clear model associations from session. Closes #4795.
(edit) @3817 [3817] 03/08/06 16:53:34 minam Fix problem with unloaded ARStore sessions being loaded when they are …
(edit) @3563 [3563] 02/09/06 20:05:11 bitsweat Major components cleanup and speedup. Closes #3527.
(edit) @3519 [3519] 02/02/06 04:54:07 ulysses Further improvements to reloading code
(edit) @3509 [3509] 02/01/06 03:58:37 david If included_modules doesnt take a parameter, we shouldnt either
(edit) @3508 [3508] 02/01/06 03:54:37 nzkoz Fix Syntax problems which were preventing webrick from starting
(edit) @3506 [3506] 02/01/06 03:08:43 david ActiveRecordStore::Session shouldnt be reloadable
(edit) @3465 [3465] 01/22/06 22:21:26 david Added the possibility to specify atomatic expiration for the memcachd …
(edit) @3334 [3334] 12/22/05 04:04:56 david Add session ID to default logging, but remove the verbose description of …
(edit) @3108 [3108] 11/20/05 08:15:51 bitsweat Make data writer private. Marshal/unmarshal handle nil.
(edit) @3107 [3107] 11/20/05 08:07:33 bitsweat Log ActiveRecordStore debugging.
(edit) @3100 [3100] 11/20/05 04:41:59 bitsweat r3173@asus: jeremy | 2005-11-18 23:34:41 -0800 Ticket 2731 - sessions …
(edit) @2944 [2944] 11/09/05 01:03:24 bitsweat CGI::Session::ActiveRecordStore.data_column_name = 'foobar' to use a …
(edit) @2754 [2754] 10/26/05 20:15:43 ulysses Remove fingerprinting from AR session store; fix bug in store. Closes …
(edit) @2696 [2696] 10/20/05 21:59:48 bitsweat Expose the session model backing CGI::Session
(edit) @2663 [2663] 10/17/05 03:13:04 marcel Use the more appropriate columns_hash to get the session data column size …
(edit) @2627 [2627] 10/15/05 20:49:04 minam Allow ARStore::Session to indicate that it should not be reloaded in dev …
(edit) @2612 [2612] 10/15/05 14:39:29 marcel Raise an exception if an attempt is made to insert more session data into …
(edit) @2275 [2275] 09/20/05 10:54:11 david Added small note about how longtext might be needed for large session data
(edit) @2221 [2221] 09/12/05 17:35:17 david Use session_id instead of deprecated sessid
(edit) @1771 [1771] 07/08/05 16:36:26 bitsweat r2932@asus: jeremy | 2005-07-08 14:21:36 -0700 Silence …
(edit) @1711 [1711] 07/05/05 15:04:44 bitsweat r2866@asus: jeremy | 2005-07-05 13:23:10 -0700 Silence ARStore session …
(edit) @1710 [1710] 07/05/05 14:50:07 bitsweat r2850@asus: jeremy | 2005-07-05 13:08:32 -0700 Don't be strict about the …
(edit) @1693 [1693] 07/05/05 02:29:42 bitsweat r2837@asus: jeremy | 2005-07-05 00:34:31 -0700 Don't restrict sessid …
(edit) @1682 [1682] 07/04/05 21:26:54 bitsweat r2810@asus: jeremy | 2005-07-04 19:29:54 -0700 correct marshaling and …
(edit) @1679 [1679] 07/04/05 21:26:41 bitsweat r2807@asus: jeremy | 2005-07-04 18:15:18 -0700 Fingerprint the marshaled …
(edit) @1671 [1671] 07/04/05 18:30:27 bitsweat r2790@asus: jeremy | 2005-07-04 16:30:58 -0700 smart active record …
(edit) @866 [866] 03/06/05 23:34:03 david Changed ActiveRecordStore to use Marshal instead of YAML as the latter …
(edit) @639 [639] 02/17/05 01:23:41 david Fixed the verbosity of using the AR store
(edit) @529 [529] 02/07/05 19:12:11 david Make the store less verbose when saving the session data
(edit) @525 [525] 02/07/05 14:15:53 david Fixed documentation snafus #575, #576, #577, #585
(edit) @517 [517] 02/06/05 18:29:11 david Minor refactoring to prettify
(edit) @384 [384] 01/11/05 00:29:55 david Fixed that MemCacheStore wasn't included by default and added default …
(edit) @330 [330] 01/04/05 02:09:38 david Added MemCacheStore for storing session data in Danga's MemCache system …
(edit) @315 [315] 01/02/05 16:00:50 david Added thread-safety to the DRbStore #66, #389 [Ben Stiglitz]
(add) @4 [4] 11/24/04 01:04:44 david Initial
Note: See TracRevisionLog for help on using the revision log.