[Session Refresh] Is it possible to only refresh session if it was created within a time range?
In my project, sessions should expire after 30 minutes of inactivity or after 8 hours, regardless the activity. The first half could be achieved by configuring the
expiresIn
option, but I don't know if the latter is doable.
Thank in advance!!!1 Reply
Bump