how can we check session expiration in atg servlet pipeline

View: New views
2 Messages — Rating Filter:   Alert me  

how can we check session expiration in atg servlet pipeline

by tanic_08 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi friends,
 i am new to atg. can any one pls tell me how can i check session expiration in my application

  i am using  atg7.2 &  das server.


Re: how can we check session expiration in atg servlet pipeline

by george_o :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

First, you should really be using at least ATG 2006.3 with patch 6 (latest available version) for your development (or consider going to 2007.1 but you can't use DAS for that). 2006.3 is a patch upgrade from 7.2.

Take a look at the example pipeline servlet for the Motorprise demo app which checks for session expiration:

[ATG Dir]\MotorpriseJSP\src\Java\atg\projects\b2bstore\servlet\CheckSessionExpiration.java

It redirects the user to a configurable URL if their session has expired.

- George