rename session cookie to rustical_session

To prevent possible clashes with other services, #105
This commit is contained in:
Lennart
2025-08-10 14:01:00 +02:00
parent a991baaf7d
commit f8a660c222

View File

@@ -126,6 +126,7 @@ pub fn make_app<AS: AddressbookStore, CS: CalendarStore, S: SubscriptionStore>(
router
.layer(
SessionManagerLayer::new(session_store)
.with_name("rustical_session")
.with_secure(true)
.with_same_site(SameSite::Strict)
.with_expiry(Expiry::OnInactivity(