How to set different session timeout for each application?

As we learnt in our previous article How to set Session timeout in Hybris using below key value pair Default.session.timeout=1000 Default.session.timeout=1000 This timeout value is a global timeout value which means its applicable for all the hybris applications like storefront,cockpit,hmc etc. Sometimes its not required to keep same timeout value for all the applications. In […]

Share this article on

How to set Session timeout in Hybris

Session is one of the most important objects for any web application. In Hybris application also, we have HttpSession but in addition to that it uses Jalo session enclosed within HttpSession. Please check Jalo session Article for more details on Jalo session Its very important to set session timeout for any web application so that […]

Share this article on
Next >