mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-03 12:29:31 +00:00
parent
ae16403239
commit
4f48d7aadf
@ -253,7 +253,7 @@ public class SessionData implements Serializable
|
||||
|
||||
public long calcExpiry ()
|
||||
{
|
||||
return (getMaxInactiveMs() <= 0 ? 0 : (System.currentTimeMillis() + getMaxInactiveMs()));
|
||||
return calcExpiry(System.currentTimeMillis());
|
||||
}
|
||||
|
||||
public long calcExpiry (long time)
|
||||
|
Loading…
x
Reference in New Issue
Block a user