Hi, all,

Is there any connection between a filter and http session?

In my servlet's doGet(), it opens a URLConnection back to
the same context to load some resource file. I'm having a 
weird problem where a new session is created with every
opened URLConnection if my filters are in action (even
if request.getSeesion(false) ). If I remove filters,
no sessions are created.

Is this happening for a reason?

THanks.



Liu

Reply via email to