D'oh! That's the one I ment, not ServletContextListener.

Kirk "Must proofread before sending" Wylie
M7 Corporation

Curtis Taylor wrote:

HttpSessionListener is your friend...;-)

http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/http/HttpSessionListener.html


Kirk Wylie wrote:


 > Ashish Kulkarni wrote:
 >
 >> HI
 >> if u are using servelt 2.3 , then u can use servelt
 >> filter, in this filter u can have logic to check
 >> session before each request so u dont need to add any
 >> code in jsp or action class
 >
 >
 > If he's using Servlet 2.3, then he can also use the
 > ServletContextListener in conjunction, where is where the logic for
 > whether the session has been restarted could likely belong.
 >
 > Kirk Wylie
 > M7 Corporation
 >
 > ---------------------------------------------------------------------
 > To unsubscribe, e-mail: [EMAIL PROTECTED]
 > For additional commands, e-mail: [EMAIL PROTECTED]
 >
 >

--
c dot tee at verizon dot net


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


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



Reply via email to