cq5 - AEM 6 + - Adobe sling login page should not show to users where session has timed out. Can I do it with the available config components? -
how redirect custom page instead of sling login page when session has timed out? there configuration can used available config components? or should handle in code?
you can configure location of login page through com.day.cq.auth.impl.loginselectorhandler
setting auth.loginselector.defaultloginpage
if need more complicated, making custom authentication handler.
Comments
Post a Comment