enonic / app-contentstudio

Content Studio of Enonic XP
GNU General Public License v3.0
10 stars 4 forks source link

Session timeout behavior. #1660

Open sgauruseu opened 4 years ago

sgauruseu commented 4 years ago

This issue is linked to https://github.com/enonic/xp/issues/7981

1) Set session.timeout = 2 in com.enonic.xp.web.jetty.cfg then restart XP 2) Login then navigate to CS, open site wizard for example. 3) Wait for the session expired.

Expected behavior: Notification message Your session has expired should appear. If you are encountering a message, "Your session has expired." please copy paste big parts of texts somewhere else and relogin.

Actual behavior: Session is expired, but wizard is opened , clicking on the save button does not save the content. Refreshing of the page loads Login Page(all data has been lost)

alansemenov commented 4 years ago

@sgauruseu How can this be reproduced? Session doesn't expire after 2 minutes because we send status ping every 30 seconds.