Hello ,

I encounter a very strange problem with RequestDispatcher.include(....) . Here is my situation.
In servlet1 of webapp 1 , I get the servlet context of webapp 2 , create a RequestDispatcher for the servlet 2
and call RequestDispatcher.include(request, response). According to the spec , I should have new session for the
servlet 2 of webapp2. But look like that I have the same session in both servlet. Does any one know what I miss here


Thank!

Tuan Nguyen


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to