mirror of
https://github.com/e107inc/e107.git
synced 2025-08-09 08:06:38 +02:00
double session_write_close fix
This commit is contained in:
@@ -333,7 +333,7 @@ class redirection
|
||||
header('Content-Length: 0');
|
||||
|
||||
// write session if needed
|
||||
if(session_id()) session_write_close();
|
||||
//if(session_id()) session_write_close();
|
||||
|
||||
exit();
|
||||
}
|
||||
|
Reference in New Issue
Block a user