Filter problem
Hi,
I'm using a Filter.
In the doFilter() method, I call chain.doFilter(request, reponse) at the end.
I use request.getSession() to retrieve the Session for checking existing session data.
Problem:
-
Only in the IE browser, when I open it the 1st time, the doFilter() method gets invoked about 5 times. The 1st 3 times the session exist with all my data in it.
After the 3rd time the session gets recreated for some reason.
This only happens in IE.
If anyone have any input regarding this bug, please reply.
Thanks,
Jaco

