Groups
Groups
Sign in
Groups
Groups
WildFly
Conversations
About
Send feedback
Help
HTTP Session cleanup
96 views
Skip to first unread message
Nicklas Karlsson
unread,
Feb 28, 2021, 5:53:32 AM
2/28/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to WildFly
I see a lot of expired HTTP sessions listed in my deployments undertow-subsystem. What triggers the reaper thread that clears them?
Flavia R
unread,
Mar 2, 2021, 1:28:53 PM
3/2/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to WildFly
Hi
The the session timeout calculation is what triggers the reaper thread:
https://github.com/undertow-io/undertow/blob/master/core/src/main/java/io/undertow/server/session/InMemorySessionManager.java#L436
The cancel task can be seen here:
https://github.com/undertow-io/undertow/blob/master/core/src/main/java/io/undertow/server/session/InMemorySessionManager.java#L391
Reply all
Reply to author
Forward
0 new messages