Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty sessions leaking


On Thu, 13 Dec 2018 at 20:31, Carey Evans <carey.evans@xxxxxxxxx> wrote:
An update: I added
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" session="false" isErrorPage="true" %>
to the top of 503.jsp, and I no longer see the issue using this code.

I've simplified the code at https://github.com/carey/jetty-sessions-bug. Now all that's needed to create sessions that never expire is an error handling servlet that starts a new session from an async dispatch.


--
Laissez lire, et laissez danser; ces deux amusements ne feront jamais de mal au monde.

Back to the top