https://issues.apache.org/bugzilla/show_bug.cgi?id=47402
--- Comment #2 from Federico Pires <fpire...@gmail.com> 2009-06-22 10:02:33 PST --- (In reply to comment #1) > hi Federico, > this is intended behavior. The code looks like > > // Expire all active sessions > if (log.isInfoEnabled()) > log.info(sm.getString("deltaManager.expireSessions", getName())); > Session sessions[] = findSessions(); > for (int i = 0; i < sessions.length; i++) { > DeltaSession session = (DeltaSession) sessions[i]; > if (!session.isValid()) > continue; > try { > session.expire(true, isExpireSessionsOnShutdown()); > } catch (Throwable ignore) { > // Ignore > } > } > > That flag means it wont propagate the "expire" to the other nodes in the > cluster > But local sessions will always expire upon a graceful shutdown > > best > Filip Thanks Filip. Really sorry for this bug then. I will check why is the session being expired in the other nodes. Regards, -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org