Fix "PHP Warning: session_write_close(): Failed to write session data (user)" errors
- Changed returning true when there's a session ID but no session data in ref_session_write() - Moved session.php requires around
This commit is contained in:
parent
9633d3393f
commit
4601c4bd8a
6 changed files with 8 additions and 7 deletions
2
boot.php
2
boot.php
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
require_once 'include/session.php';
|
||||
|
||||
require_once 'vendor/autoload.php';
|
||||
|
||||
set_time_limit(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue