Login Token Expiration Issue | Community
Skip to main content
Level 2
March 28, 2017
Solved

Login Token Expiration Issue

  • March 28, 2017
  • 9 replies
  • 4849 views

Hi All,

We are facing an issue where after the login token expiration, The user session is not getting expired it is still showing the user logged in state. 

 

Thanks,

Girish

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by MC_Stuff

Hi Girish, 

I am assuming there is no caching. Please verify token is not auto renewed.   Can you attach the har following your use case and make sure preserve log in enabled in debugger. https://confluence.atlassian.com/kb/generating-har-files-and-analysing-web-requests-720420612.html

Thanks,

9 replies

Level 2
March 28, 2017

Hi Prince,

We are not getting any error and we are able to see the login token is deleting after 30 minutes but the user state is still showing as logged in state.

Thanks in advance 

smacdonald2008
Level 10
March 28, 2017

What AEM version are you using? 

Level 2
March 28, 2017

We are using AEM 6.0

Ratna_Kumar
Level 10
March 28, 2017

Hi,

As prince stated, you can set time-out for login token as explained in this below link.

//http://aemfaq.blogspot.in/2014/10/how-to-set-timeout-for-login-token.html

~ Ratna.

MC_Stuff
Level 10
March 29, 2017

if aem6 with crx2 then make sure slingid is configured correctly. If crx3 then looks strange please engage with official support team

Thanks,

Sh1ju
Level 4
March 29, 2017

Are you seeing any error log messages ?

Can you check this after installing latest SP for AEM 6.0 https://docs.adobe.com/docs/en/aem/6-0/release-notes-sp3.html

Level 2
April 3, 2017
  I am not getting any errors in the log files. After 30 minutes the login token is getting deleted but it is not redirecting to the login page if we try to access any protected content.  Instead it is still showing logged in state. Any pointers how to debug on this issue ??? Thanks in advance .
MC_Stuff
MC_StuffAccepted solution
Level 10
April 3, 2017

Hi Girish, 

I am assuming there is no caching. Please verify token is not auto renewed.   Can you attach the har following your use case and make sure preserve log in enabled in debugger. https://confluence.atlassian.com/kb/generating-har-files-and-analysing-web-requests-720420612.html

Thanks,