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

BUG - Sticky session keep-alive does not work #726

Open
drktfl opened this issue Oct 26, 2023 · 0 comments
Open

BUG - Sticky session keep-alive does not work #726

drktfl opened this issue Oct 26, 2023 · 0 comments

Comments

@drktfl
Copy link
Contributor

drktfl commented Oct 26, 2023

Description

This is a follow-up issue to #725: The mockserver's router does not process HEAD requests to the service root. But these requests are used by the client to keep a session alive. The consequence is that sessions always terminate after 120s.

Steps to Reproduce

Use a Fiori elements app with a "sticky" service, leave it in edit mode for some minutes and check what happens

Expected results

HEAD <serviceroot> inside a session should reset the timeout.

Actual results

HEAD <serviceroot> is not processed at all beyond the CSRF token refresh logic

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

1 participant