diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-12-19 15:24:49 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-12-19 15:24:49 +0000 |
| commit | 3e3df31b8e63b020e7f3e9655a7565227758cd23 (patch) | |
| tree | 8ee7c41fb4624cfbb64517a42b4d953e672209ef | |
| parent | a4d431b8a07c0c7ab25242a38f1950b4f6107813 (diff) | |
rename stud.ip's session cookie, fixes #5061
Closes #5061
Merge request studip/studip!3785
| -rw-r--r-- | lib/session/Manager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/session/Manager.php b/lib/session/Manager.php index 6c3c02e..3603d88 100644 --- a/lib/session/Manager.php +++ b/lib/session/Manager.php @@ -19,7 +19,7 @@ class Manager public const STATE_NOBODY = 'nobody'; protected array $options = [ - 'name' => 'Seminar_Session', + 'name' => 'Studip_Session', 'lifetime' => 7200, 'path' => null, 'domain' => null, |
