java-express
java-express copied to clipboard
SessionCookies should be maintained as long as the user returns within MaxAge seconds
Do you want to request a feature or report a bug? bug What is the current behavior? The data of the SessionCookie is lost after MaxAge milliseconds If the current behavior is a bug, please provide the steps to reproduce. Set the session cookie middletier with an specific MaxAge. No matter how frequent the page is visited the cookie will change (reset after maxAge milliseconds). What is the expected behavior? The cookie should stay the same as long as you comeback within MaxAge seconds. Please mention your java and java-express version. version 0.2.1
This issue is related with The wrong meaning of MaxAge which I filed as a separate issue.
This is addressed in my fork of this project.
https://github.com/masecla22/java-express If you want to take a look at it.
Do you know when your fixes will made it through to the main repository, if at all?
Not sure, the repo seems abandoned.