Are JIRA/Crowd User Sessions Refreshed by Activity?

Ryan Hoke January 12, 2015

From what I can tell, user session cookies only contain data about when the session was created.  In my mind, that means a user session will expire after whatever time is set in Session Config > Session timeout (Crowd) or the default session setting in web.xml (JIRA).  The session is not refreshed by user activity.   So, if a user logs into JIRA via a Crowd account at 10am, and the Session timeout in Crowd is set to 60 minutes, the user will be logged out at 11am, regardless of whether they've been actively using JIRA all that time.

Is that a correct understanding?

1 answer

0 votes
Diego Berrueta
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 12, 2015

That's not correct. Each time that the token is validated, its lifetime it's extended.

Tokens expire after a given time has passed since the last time they were validated, not since they were created.

Karol Chrapek December 2, 2016

Diego is there any configurable options that could change this behaviour. I want to force expired user session after amount of time, no meeter if the user was active this time or not? 

Suggest an answer

Log in or Sign up to answer