amazon-archives / aws-dynamodb-session-tomcat

ARCHIVED: Amazon DynamoDB based session store for Apache Tomcat
Apache License 2.0
95 stars 73 forks source link

Updated private boolean isExpired() to surely return expired state. #10

Closed haruyosh closed 10 years ago

haruyosh commented 10 years ago

private boolean isExpired() should be rewritten, I think this change surely provides True when older sessionDateInMills given, and make some margin by subtracting expirationTimeInMillis from 'now'.

fulghum commented 10 years ago

Thanks for the contribution haruyosh@!