Hi,

I have just moved from 5.0.18 to 6.0.24 using JSSE for SSL.

I have a web application that checks for a current session, and if there
isn't one it sends the user to a login screen.  This is working fine from
Explorer as it did before in the previous version of Tomcat, but it keeps
saying the session is new in Firefox, Safari and Chrome.

In the jsp, this keeps taking me back to the login screen...

        if (session.getAttribute("userName")==null){
                response.sendRedirect("login.jsp");
                return;
        }
        
Why would Explorer work and the others not?

Thanks,

Iain
-- 
View this message in context: 
http://old.nabble.com/6.0.24-SSL-Session-always-New-tp27652568p27652568.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to