Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SessionCookies should be maintained as long as the user returns within MaxAge seconds #23

Open
jalberto-ghub opened this issue Jan 27, 2021 · 4 comments

Comments

@jalberto-ghub
Copy link

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

@jalberto-ghub
Copy link
Author

This issue is related with The wrong meaning of MaxAge which I filed as a separate issue.

@masecla22
Copy link

masecla22 commented Sep 11, 2021

This is addressed in my fork of this project.

https://github.com/masecla22/java-express
If you want to take a look at it.

@jalberto-ghub
Copy link
Author

Do you know when your fixes will made it through to the main repository, if at all?

@masecla22
Copy link

Not sure, the repo seems abandoned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants