Posts by Douglas Gabriel • 11 points
1 post
-
1
votes2
answers2215
viewsA: Show remaining session time
With the Httpsession class (represented by the implicit object session in JSP) you can recover the time of last access through the method getLastAccessedTime() that will return time in milliseconds,…