AEM session and CSRF token timeout
Hello,
Could you please help me on the below to find
AEM Configurations for the below
1.After user is logged in which configuration is used for AEM session timeout
javax.servlet.http.HttpSession session = slingHttpServletRequest.getSession();
We get the session from slingHttpServletRequest.getSession() ;
where this time out is configured for this
2. Jwt token timeout
3. CSRF token timeout
4.For in activity timeout once user is logged in will the session get reset and where is that function, which could used to used to extend the session ,so that it does not timeout??
Regards,
Srinivas