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 the session expires and the user is currently working on a form the user looses all his input because he is redirected to the login page.
If the session expires we should temporarily store all submitted data, redirect the user to the login page, and after perform the former operation (e. g. storing the form data) again.
Related to Bugzilla bug 208.
The text was updated successfully, but these errors were encountered:
IMHO, we should choose option 2 and make it configurable in order to prevent security issues. And because SpringCRM usually works on intranet we should increase session timeout in web.xml to something as 30 minutes.
If the session expires and the user is currently working on a form the user looses all his input because he is redirected to the login page.
If the session expires we should temporarily store all submitted data, redirect the user to the login page, and after perform the former operation (e. g. storing the form data) again.
Related to Bugzilla bug 208.
The text was updated successfully, but these errors were encountered: