You probably will have more in the DB until they are cleaned up. By
default resin cleans the expired persisted sessions every 75 minutes.
So you may have 30 active sessions in JMX, but 50 in the DB, 20 off
which are expired and will be cleaned out of the DB when they are not
updated for 75 minutes
No one else is using DB persisted session management???
Shouldn't these 2 numbers be logically in sync?
Eric Kreiser wrote:
I am running resin pro 3.1.6 with db persisted session.
Can anyone help me understand the following data I am seeing?
If I count the number of rows in the db in the pe
I am running resin pro 3.1.6 with db persisted session.
Can anyone help me understand the following data I am seeing?
If I count the number of rows in the db in the persistent_session table
and get the SessionActiveCount from JMX for my server, I get 2 different
numbers. I believe it could mak