I don't know whether struts is having any readymade classes or not.
But what your are trying to create is fairely simple 

create a listener which listens session expiration event by extending class 
HttpSessionListener. 

In the sessionDestroyed  method, do the operation which you want.

-Jignesh

On Tuesday 18 May 2004 12:39, Harjot Narula wrote:
> Hi
>
> I am using struts framework in an application.
> When any JSP times out, we cache the parameters and the request and
> then forward the request to login page. After authentication, the cached
> request and parameters are used and the control is redirected to the
> original request. We are using websphere as App Server. We have also
> extended the Struts Request Processor to implement some code in every
> request.
>
> Now, I want to know if this can be done using struts, I do not want to
> write any code for this ???
>
> Harjot
>
> ____________________________________________
> Harjot Narula
> Induslogic Inc.276, Piccadily House, 3rd FloorCapt. Gaur Marg,
> SrinivaspuriNew Delhi -110065, IndiaPhone No. - +91 -9818072345 (M)
> +91-11-26328102
> (o)[EMAIL PROTECTED]

-- 
Jignesh Patel
Project Leader
____________________________________________________________
Bang Software Technolgy Pvt. Ltd.

 
 (E) [EMAIL PROTECTED]

 (T) 091 484 3942132


 B-4, Smart Business Centre,
 Infopark, SDF IT Building,
 Kusumagiri P.O.,Kakkanad,
 Kochi - 682030,
 Kerala,
 India.

 Information contained in this transmission to the named  addressee, including 
any attachments thereto, should be
 considered the proprietary and confidential information of the sender.  As a 
condition for viewing the information,
 the sender agrees to keep the information confidential, to  refrain from 
disclosing the information, directly or
 indirectly, and to refrain from any actions that would  constitute or 
facilitate unauthorized access to the 
 information without express permission from the sender. The recipient also 
acknowledges and agrees to respect
 sender's intellectual property rights in and to the  information.  If the 
recipient of this transmission is not
 the named addressee, the recipient should immediately notify the sender and 
destroy the information transmitted
 without making any copy or distribution thereof. 

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

Reply via email to