Custom code execution before Session expires

Sometime in our application, it is required to execute custom code before session is going to expire or timeout In such case,Hybirs provides a mechanism to write custom code. Let’s see how we can do that We can achieve this by providing a custom sessionCloseStrategy Spring bean in the web Spring context This strategy class […]

Share this article on