Thanks for your reply, Raj!
I can get the HttpSession object by req.getSession() in Servlets. But can I cast it into HttpSession2? I found ClassCastException when I tried this. How can I get the HttpSession2 so that I can use it to share the session with Applogics?
[ November 04, 2002: Message edited by: cy sze ]