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
If you have a website that uses extendable sessions, and background AJAX requests, then these sessions only have their expiries updated on the frontend - but not the backend.
This occurs because the data of the session isn't changed, so the save/expiry-update doesn't trigger. This would also occur if you uses sessions without any session data as well.
Steps To Reproduce
Have a server using extendable sessions - duration of 2mins
Either don't set any session data, or have a simple AJAX request on the site to get data
Refresh the page a few times, or let the AJAC requests run a few times
Eventually the session will expire after a normal 2mins, rather than being extended
Expected Behavior
The sessions should be extended on the backend, as well as the frontend.
Platform
OS: Windows
Browser: Chrome
Versions:
Pode: v2.0.3
PowerShell: PS5.1
The text was updated successfully, but these errors were encountered:
Describe the Bug
If you have a website that uses extendable sessions, and background AJAX requests, then these sessions only have their expiries updated on the frontend - but not the backend.
This occurs because the data of the session isn't changed, so the save/expiry-update doesn't trigger. This would also occur if you uses sessions without any session data as well.
Steps To Reproduce
Expected Behavior
The sessions should be extended on the backend, as well as the frontend.
Platform
The text was updated successfully, but these errors were encountered: