Skip to content
Snippets Groups Projects
Commit 3e3df31b authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

rename stud.ip's session cookie, fixes #5061

Closes #5061

Merge request studip/studip!3785
parent a4d431b8
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ class Manager ...@@ -19,7 +19,7 @@ class Manager
public const STATE_NOBODY = 'nobody'; public const STATE_NOBODY = 'nobody';
protected array $options = [ protected array $options = [
'name' => 'Seminar_Session', 'name' => 'Studip_Session',
'lifetime' => 7200, 'lifetime' => 7200,
'path' => null, 'path' => null,
'domain' => null, 'domain' => null,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment