carlt Posted July 24, 2018 Posted July 24, 2018 Hi We've had a couple of users complaining recently that they spent a long time typing out a request only for the session to timeout and they lose everything entered. We've got the basic user session timeout set to 15 minutes, which for the most part we think is a reasonable amount of time to raise a request, so don't really want to change this. I presume increasing it may have an adverse affect on system performance? My question is, rather than the message that says the session has timed out with the option to re-authenticate and lose changes - could there not be a message prior to the session expiring giving the option to extend the session? Thanks Carl
Gerry Posted July 24, 2018 Posted July 24, 2018 @carlt Hi Carl, Its perfectly fine to increase the timeout, doing so will have no adverse effects on performance. Our session management is entirely stateless scheme, each and every API request made to our application servers does a session recovery which takes microseconds. Each open session consumes about 4Kb or memory which in the general scheme of things is very little indeed. I would simply increase the timeout to 30 or 60 minutes. Gerry
carlt Posted July 25, 2018 Author Posted July 25, 2018 OK thanks for that @Gerry I'll increase the timeout Carl 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now