diff --git a/lib/session/Manager.php b/lib/session/Manager.php index 6c3c02e13ca8dee96296f45ac413c2005370b780..3603d886e4e4777b01d806b6e8c94654ab72b0b8 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,