JSP Session Tracking - Orion/IE5.5/Win2K - TechRepublic
General discussion
March 5, 2002 at 05:50 AM
sgrosso

JSP Session Tracking – Orion/IE5.5/Win2K

by sgrosso . Updated 24 years, 3 months ago

I am having a session tracking problem. I am unable to set a session attribute using session.setAttribute(), and retreive it using session.getAttribute().

My environment consists of Orion Application Server running on Windows 2000 Server (with the latest security updates). The browser I am using is IE 5.5 with the latest security updates.

Holding everything else constant, if I make any one of the following changes, my application works:
* Use IE 5.5 *without* the security patches
* UseWindows 2000 Professional as the host OS
* Use response.encodeURL() to do URL encoding rather than cookies (I would much rather use cookies though)

This problem was first noticed when I updated my IE with the latest security patches recently released by Microsoft.

Any help is appreciated. Thanks.

This discussion is locked

All Comments