Hi
I am trying to remove a session attribute from my app, currently i use the jstl tag remove to remove the attribute, this works in firefox when the browser is refreshed, but not in IE, so i then decided to use the session.removeAttribute method in a servlet that gets run before the application is viewed in the browser, and still no luck.
Does anyone have any idea how to remove the session attribute when IE is refreshed?
thanx
T