We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Product issue: https://github.com/3drepo/3D-Repo-Product-Team/issues/638
We want to adjust the logic on cookie expiration.
At the moment the cookie expiration is defined by the configuration settings, and once that time is up, the cookie expires.
We want to be able to define a shorter period of time, with the ability to refresh the cookie everytime it's been used in a valid way.
Most likey this should be as simple as utillising the logic here: https://github.com/expressjs/session#cookiemaxage-1
TBC
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Product issue: https://github.com/3drepo/3D-Repo-Product-Team/issues/638
We want to adjust the logic on cookie expiration.
At the moment the cookie expiration is defined by the configuration settings, and once that time is up, the cookie expires.
We want to be able to define a shorter period of time, with the ability to refresh the cookie everytime it's been used in a valid way.
Most likey this should be as simple as utillising the logic here: https://github.com/expressjs/session#cookiemaxage-1
Goals
Tasks
TBC
The text was updated successfully, but these errors were encountered: