-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Iain,

On 2/19/2010 7:02 AM, iainmac wrote:
> 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;
>       }

You might want to provide more information, such as:

1. When do you set the "userName" attribute in the session?
2. When does authentication occur? How? Container-based, or your own?
3. When does the session appear to be reset?

I'm surprised this is working any differently in MSIE than other
browsers. Are you using any kind of javascript to drive this behavior?

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkt+rlIACgkQ9CaO5/Lv0PA0GwCfYs+5Cgte9Y3dW+Xo8gEwWUcj
4mIAoKNEastlN4BmGe9pBUWrq/uxwSqG
=pfbY
-----END PGP SIGNATURE-----

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

Reply via email to