Ref Http Session

2002-09-13 Thread Stephane . RAULT
OK, thanks for your response. My main problem is now solved. I want just two little add-on : - Is it possible to force Tomcat to delete de SESSION.ser (or all the work dir) on shutdown ? - I f I understand the session, Tomcat try firts to work with Cookie and then if, cookie are deactivated,

Réf. : RE: Ref Http Session

2002-09-13 Thread Stephane . RAULT
Thanks a lot ! I will try that now. And for my cookie ? Does anyone know where I can see them ? -- A++ Stéphane Drinkwater, GJ

Réf. : RE: Ref Http Session

2002-09-13 Thread Stephane . RAULT
Thanks a lot for all your responses... -- A++ Stéphane Drinkwater, GJ

Http Session

2002-09-12 Thread Stephane . RAULT
Hi All ! I'm not sure I've understand everything about Session !! I'm using Tomcat 4.0 and I use a Filter to check authentification. This filter filters everything except the connection page. what I'm doing in doFilter : ---CODE- HttpSession

Réf. : Http Session

2002-09-12 Thread Stephane . RAULT
-- Ok, not so much answer huh !! Is my question stupid ? By the way, i'm adding one question to the rest. does Tomcat stores session attributes on file system. If yes, is it possible to disable this function or at least to prevent him to read them back after a reboot ? Thanks in advance for