-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Add a way to Reset and Retrieve a current sessions expiry #1036
Comments
The above commit adds the two functions mentioned originally, but also adds a new I've also cleaned up the code around sessions and session cookies, including fixing a bug around non-extending sessions where their expiries were actually extending! I've also updated the |
At the moment there isn't a way to reset a current session's expiry datetime, nor a clean way to retrieve the datetime the current session will expire.
This issue is to add, at least, the new functions:
Reset-PodeSessionExpiry
Get-PodeSessionExpiry
The text was updated successfully, but these errors were encountered: