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
..
2018-06-14 13:01:27 +12:00
2017-05-23 13:50:35 +12:00
2018-06-13 11:33:45 +12:00
2016-11-29 12:31:16 +13:00
2018-07-23 19:09:11 +01:00
2016-11-29 12:31:16 +13:00
2018-08-17 18:16:17 +02:00