silverstripe-framework/control
Ingo Schommer 68051fdb96 Merge pull request #371 from halkyon/sapphire
---

Dont start the session until its actually necessary, which is to say there is a cookie available with the current PHP session name (or a request variable with the session_name() - typically PHPSESSID.) The latter allows for passing session ID through as an alternative to cookies.
2012-05-03 14:58:09 +02:00
..
ContentNegotiator.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Controller.php API CHANGE Renamed setModel for DataModel instances to setDataModel for 2012-05-01 14:45:44 +12:00
Cookie.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Director.php Merge pull request #371 from halkyon/sapphire 2012-05-03 14:58:09 +02:00
HTTP.php ENHANCEMENT Adding list-style in addition to list-style-image for URL rewrites 2012-04-27 11:20:05 +12:00
HTTPRequest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
HTTPResponse.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
NullHTTPRequest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
PjaxResponseNegotiator.php MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
RequestHandler.php API CHANGE Renamed setModel for DataModel instances to setDataModel for 2012-05-01 14:45:44 +12:00
Session.php ENHANCEMENT Session::start() now only called when there is changed 2012-04-27 16:28:46 +12:00