Sean Harvey
|
f63d137d49
|
ENHANCEMENT Session::start() now only called when there is changed
session data to be saved, and started on Director::direct() when there
is a cookie (or request var) containing the current PHP session name.
|
2012-04-27 16:28:46 +12:00 |
|
Will Rossiter
|
8e8c1302a2
|
Merge pull request #360 from joaosantos81/master
MINOR: clear_all returns void (and not the result of inst_clearAll() invocation)
|
2012-04-22 01:49:53 -07:00 |
|
joaosantos81
|
611cd53be8
|
inst_clearAll() does not return anything so clear_all() method should not expect any return value from inst_clearAll invocation
|
2012-04-20 18:36:11 +02:00 |
|
Simon Welsh
|
f07258f3cf
|
MINOR Update @package values to match renaming sapphire
|
2012-04-15 10:50:19 +12:00 |
|
Ingo Schommer
|
27fd3e5633
|
API CHANGE Removed Session::load_config() (no longer supported)
|
2012-03-09 21:17:18 +01:00 |
|
joaosantos81
|
77f5ea733b
|
Fix for bug when destroying a session with a domain cookie. See http://www.silverstripe.org/general-questions/show/18539 for more details
|
2011-11-14 09:44:46 +00:00 |
|
Ingo Schommer
|
44354d472f
|
API CHANGE Removed Session::clearAll(), use clear_all() instead
API CHANGE Removed Session::getAll(), use get_all() instead
|
2011-05-01 20:23:07 +12:00 |
|
Ingo Schommer
|
9b29616710
|
API CHANGE Rearranged files in sapphire to reflect core dependencies more accurately, and have the tests/ folder mirror its folder structure
|
2011-03-31 09:56:21 +13:00 |
|