Hi,

I am having issue while we authenticated with user already and created session but before rendering the jsf page if i hit the app url again at same browser tab then spring security framework is forwarding me to the spring_security_login page<http://localhost:8080/<appName>/spring_security_login> instead of my application home page. even my session still valid. below are the config in applicationcontext-security xml

<global-method-security jsr250-annotations="enabled" />

<http
auto-config="true"
access-denied-page="/access-denied.xhtml" />

<authentication-manager alias="authenticationManager" />

Please suggest the solution
Thanks