ADmad
|
db26e24cb7
Remove error setting when reading/deleting non-existent key.
|
13 years ago |
Adam Taylor
|
433dd09ec4
Fix typos
|
13 years ago |
Graham Weldon
|
66d856d883
Added extra line for referencing license file for copyright
|
13 years ago |
Graham Weldon
|
7b860debe4
This commit is dedicated to Mark Story, who has put in much dedicated time and effort into CakePHP over the years.
|
13 years ago |
mark_story
|
4af6039107
Merge branch 'master' into 2.3
|
13 years ago |
mark_story
|
efadf3dcd3
Make sure sessions are started before destroying them.
|
13 years ago |
euromark
|
b811afbc44
double spaces to single ones
|
13 years ago |
euromark
|
8f78b1e05b
fix coding standards for whitespaces
|
13 years ago |
dogmatic69
|
408e619c9f
Merge branch '2.3' into type-checks
|
13 years ago |
Jose Lorenzo Rodriguez
|
d5c9d97dc1
Merge remote-tracking branch 'origin/master' into 2.3
|
13 years ago |
dogmatic69
|
36314e6d37
converting if ($foo != "") to if ($foo)
|
13 years ago |
dogmatic69
|
b1f26b59a3
converting if ($foo != null) to if ($foo)
|
13 years ago |
euromark
|
6d3e0a25b2
save some memory usage (PHP < 5.4) in case of huge content and cut off the isset call
|
13 years ago |
dogmatic69
|
cf8fccae96
converting $foo == null / $foo == false to !$foo
|
13 years ago |
Kyle Robinson Young
|
bc40ac7d3f
Remove unused variables and code
|
13 years ago |
mark_story
|
f625742a12
Make CakeSession use httponly by default.
|
14 years ago |
mark_story
|
f3464b002f
Remove duplicate code.
|
14 years ago |
mark_story
|
4b8c469004
Merge branch '2.1' into 2.2
|
14 years ago |
mark_story
|
b27a3aab7b
Set session.gc_maxlifetime by default.
|
14 years ago |
Jelle Henkens
|
f7ce5262b7
Updating mixed @param documentation to seperate list of accepted types
|
14 years ago |
mark_story
|
21ba5bf04a
Merge branch '2.1' into 2.2
|
14 years ago |
mark_story
|
b9389c9da1
Fix comment's reference to version numbers.
|
14 years ago |
mark_story
|
2fd15b6c7e
Revert removal of session_cache_limiter()
|
14 years ago |
mark_story
|
19e0d8d946
Switch usage to Hash where possible.
|
14 years ago |
mark_story
|
29048b3bb7
Update to use Hash.
|
14 years ago |
Thomas Ploch
|
fda065101b
Fixed test cases for successful being built on travis.
|
14 years ago |
Ceeram
|
817015e6b3
remove unneccesary elseif
|
14 years ago |
Ceeram
|
4a6159c9af
session_cache_limiter() removed, it was set to invalid value as well
|
14 years ago |
Juan Basso
|
3b1bd90ad6
Updated copyright to 2012.
|
14 years ago |
mark_story
|
83a29f054e
Fix Session.cookieTimeout default behavior.
|
14 years ago |