Skip to content
Snippets Groups Projects
user avatar
Jaime Perez Crespo authored
Bugfixes: the PHP session handler only fetches the cookie configuration parameters if session_id() returns a non-empty ID. This won't happen if the application initialized a session previously, hijacking the session and causing all kinds of trouble. Instead, we need to detect if there's an active session, save its parameters and close it. After closing it, we can name a new session and set the cookie parameters.
5fd4839e
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..