silverstripe-framework/src/Control
Sam Minnee b98c87a6c5 FIX: Ensure existing session can be accessed if headers_sent()
If a session already exists, and Session::start() isn’t called until
after a large enough block of content is output, then headers_sent()
will be false. The previous code prevented the session from being
started in this case. That might makes sense for the creation of a new
session, but it prevent legitimate access to an existing session.

This mostly manifested when running debugging tools such as showqueries,
which may output content before the session is started.
2018-09-28 13:25:13 +12:00
..
Email FIX email rendering should not include requirements 2018-08-23 14:01:27 +12:00
Middleware Merge pull request #8280 from open-sausages/pulls/4/simpler-vary-header 2018-07-24 01:45:07 +01:00
RSS Improve handling of deprecated apis 2018-06-14 13:01:27 +12:00
CliController.php API Remove Object class 2017-05-23 13:50:35 +12:00
CLIRequestBuilder.php Merge branch '4.0' into 4.1 2018-09-06 13:26:13 +02:00
ContentNegotiator.php Reset test state for modified config options 2017-09-28 17:24:32 +13:00
Controller.php WIP of cache middlware 2018-06-13 11:33:45 +12:00
Cookie_Backend.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
Cookie.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
CookieJar.php API Upgrade code to use updated config 2017-02-27 16:54:01 +13:00
Director.php Merge pull request #8280 from open-sausages/pulls/4/simpler-vary-header 2018-07-24 01:45:07 +01:00
HasRequestHandler.php API Refactor Form request handling into FormRequestHandler 2017-03-10 15:04:33 +13:00
HTTP.php Properly deprecate HTTP.cache_control 2018-07-23 19:09:11 +01:00
HTTPApplication.php Fix enable ?flush rather than just ?flush=1 2017-06-29 16:13:38 +12:00
HTTPRequest.php Remove "url" query param reliance, use index.php 2017-10-09 17:21:43 +13:00
HTTPRequestBuilder.php Merge branch '4.0' into 4 2018-01-12 14:40:33 +00:00
HTTPResponse_Exception.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
HTTPResponse.php Adjust HTTPResponse::getVersion() to match PSR-7 Method signature 2018-06-14 11:04:07 +12:00
HTTPStreamResponse.php API Add streamable response object 2017-05-23 16:32:29 +12:00
IPUtils.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
NestedController.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
NullHTTPRequest.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
PjaxResponseNegotiator.php FIX text/json is not a valid mimetype 2018-08-15 12:10:39 +01:00
RequestFilter.php API Stronger Injector service unregistration 2017-06-27 13:32:39 +12:00
RequestHandler.php fix trailing whitespace 2018-08-17 18:16:17 +02:00
RequestProcessor.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
Session.php FIX: Ensure existing session can be accessed if headers_sent() 2018-09-28 13:25:13 +12:00
SimpleResourceURLGenerator.php Merge remote-tracking branch 'origin/4.0' into 4 2018-01-25 12:53:15 +13:00