Session Id |
<%= currentSessionId %> |
Guessed Locale |
<%= JspHelper.guessDisplayLocaleFromSession(currentSession) %> |
Guessed User |
<%= JspHelper.guessDisplayUserFromSession(currentSession) %> |
Creation Time |
<%= JspHelper.getDisplayCreationTimeForSession(currentSession) %> |
Last Accessed Time |
<%= JspHelper.getDisplayLastAccessedTimeForSession(currentSession) %> |
Session Max Inactive Interval |
<%= JspHelper.secondsToTimeString(currentSession.getMaxInactiveInterval()) %> |
Used Time |
<%= JspHelper.getDisplayUsedTimeForSession(currentSession) %> |
Inactive Time |
<%= JspHelper.getDisplayInactiveTimeForSession(currentSession) %> |
TTL |
<%= JspHelper.getDisplayTTLForSession(currentSession) %> |