How it works

Each request made to a Web server is inspected to determine from where the session information is retrieved (in-memory or database). After processing, session information is updated and saved to a database. Web application filters and the SessionManager interface are used to intercept and process requests before the response is sent back to the client. The filters determine if: