Mark Story
|
2b3099fa70
|
Removing duplicate method call.
|
2010-09-07 00:42:49 -04:00 |
|
predominant
|
a6b08c94d0
|
Merge remote branch 'origin/2.0' into 2.0
Conflicts:
cake/libs/session/database_session.php
|
2010-09-06 23:57:36 +10:00 |
|
Mark Story
|
d54c901f5d
|
Moving _setupDatabase() into the Database session class, as that's the only place its used.
|
2010-09-06 01:12:23 -04:00 |
|
Mark Story
|
27ae7f1f44
|
Making session storage classes not static, there was no real reason they were static before, and removing the static methods allows them to have constructors. This will allow moving database specific features from CakeSession to DatabaseSession.
|
2010-09-06 00:43:58 -04:00 |
|
predominant
|
465b15c64e
|
Removing reference assignments.
|
2010-08-29 23:09:33 +10:00 |
|
mark_story
|
b3febb483e
|
Fixing incorrect use of Cache::gc(). It has no parameters for now.
|
2010-07-27 22:27:43 -04:00 |
|
mark_story
|
28b9ed7264
|
Adding test cases for DatabaseSession and fixing a test case in CacheSession.
|
2010-07-27 22:27:13 -04:00 |
|
mark_story
|
951eeae817
|
Extracting handler location into a method.
Moving DatabaseSession and CacheSession into separate files. Tests to come soon.
|
2010-07-27 22:27:13 -04:00 |
|