From f8a660c2226aeeb2aad8e231a2c8be7a141f03f3 Mon Sep 17 00:00:00 2001 From: Lennart <18233294+lennart-k@users.noreply.github.com> Date: Sun, 10 Aug 2025 14:01:00 +0200 Subject: [PATCH] rename session cookie to rustical_session To prevent possible clashes with other services, #105 --- src/app.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.rs b/src/app.rs index 8c179c5..80457c3 100644 --- a/src/app.rs +++ b/src/app.rs @@ -126,6 +126,7 @@ pub fn make_app( router .layer( SessionManagerLayer::new(session_store) + .with_name("rustical_session") .with_secure(true) .with_same_site(SameSite::Strict) .with_expiry(Expiry::OnInactivity(