Hi, I'm using form based authentication with j_security_check. I want to set some session values upon the user login. I can set them in the index page. But when user directly put some other url then it will redirect to login page and then back to the actual requested page. Therefore my logic on index page will not get execute. Is there a way for me to set the session value when using j-security_check based form authentication in Tomcat?
Thanks /Thusitha --