Session Listener Fires On Every Request
I am using jakarta-tomcat-5.0.27 standalone on windows xp pro.
The browser (Firefox) is running on the same box as the server.
The problem i am having is that the session listener is being
invoked on every request to to tomcat from the client.
I expected that the listener would be invoked once, on the first
request to my application, but the application logging shows that
it is handling session create events from tomcat on every request
from the client.
Can anyone suggest an approach to debugging this problem?
Thanks,
Bill.
|