Re: session unique

2005-01-11 Thread Kieu Huu Dung
sorry, bye bye. khdung. --- Mark Thomas <[EMAIL PROTECTED]> wrote: > You have posted to the wrong list. The tomcat-dev > list is for people > developing Tomcat. The tomcat-user list should be > used for questions > about developing with (ie using) tomcat. > > Mark __

session unique

2005-01-11 Thread Kieu Huu Dung
Hi all, I posted a message few day ago about the session in different webapps, maybe it's not well formulated (no answer). I'll try to ask once more : how do I have only one session (an unique ID) in different webapps? Please help, thanks, Huu Dung Kieu. ___

filter and session in differents webapps

2005-01-09 Thread Kieu Huu Dung
Hi everyone, We have a web site using Tomat 5.0.28, and about 10 webapps (developped by different programmers). I'm in webmaster role, want to use a filter for all these webapps. In my filter, I want to retrieve the session object, code is like following : HttpServletRequest hrequest = (HttpServ