In our database table we have the LAST_REQUEST. So whenever someone tries to log in, if the session info is there and the LAST_REQUEST is older than the maximum validity period specified, that info...
Type: Posts; User: karunadheera; Keyword(s):
In our database table we have the LAST_REQUEST. So whenever someone tries to log in, if the session info is there and the LAST_REQUEST is older than the maximum validity period specified, that info...
This works fine with a custom SessionRegistryImpl which uses Hibernate with Oracle db, which has two clustered tomcat instances behind a load balancer @ Colombo Stock Exchange website.