You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: