Session management on the client side
Recently, I had a requirement from a customer to implement session timeout on the client side. The client wanted a way to logout users if they were inactive on the same page for more than 15 minutes. Most times, I would just setup session timeout on the server to handle this requirement. The application I [...]
