From 43883a90d20bba0a9e2fdf050551031ae5437e97 Mon Sep 17 00:00:00 2001 From: zzz Date: Fri, 18 Apr 2014 21:32:45 +0000 Subject: [PATCH] SusiMail: Successfully extend session expiration (ticket #1253) by renaming the cookie, so we don't have a common session ID with the base context and get it expired there. --- apps/susimail/src/WEB-INF/web.xml | 14 ++++++++++++++ .../susimail/src/src/i2p/susi/webmail/WebMail.java | 14 +++++++------- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/apps/susimail/src/WEB-INF/web.xml b/apps/susimail/src/WEB-INF/web.xml index d5fa807a2..75aa1fd48 100644 --- a/apps/susimail/src/WEB-INF/web.xml +++ b/apps/susimail/src/WEB-INF/web.xml @@ -15,6 +15,20 @@ 1440 + + + crossContext + false + + + + org.eclipse.jetty.servlet.SessionCookie + SUSIMAILJSESSIONID +