I have a customer ask for disable multiple login using Laserfiche Web Access due to security compliance. I know it is not standard function, is there a way to customize to prevent second login unless the user log out form the last session?
Question
Question
How to disable multiple web client login at different browsers & computers?
asked on July 31, 2018
0
0
Replies
replied on July 31, 2018
There isn't a built-in way to do this, but you could do it with a custom LoginModule. Your code could get the current list of active connections and throw an exception if there is already one for the user attempting to log in.
The reason the customer won't really want this feature is that web sessions are not terminated when you close the browser. This means that users must explicitly log out of the repository before they close the browser, and failure to do so means they have to wait for the session to time out before they will be allowed to log back in. This will be a problem not only when the users forget to follow the procedure, but also when the browser crashes, or their machine reboots after installing updates, etc.
0
0
You are not allowed to follow up in this post.