Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Websphere and ending sessions

Status
Not open for further replies.

Gaelle

Programmer
Jun 20, 2001
62
0
0
FR
Hi everyone !

I am working with Websphere 3.5.4 on both Unix and Windows NT4 systems, depending.
My web application extracts requested pdf files in a database, and set them on the server for the users to see them in their browser.

What I would like to do is : when the user session expires, redirect the user to the identification form and delete all the files stored temporarily on the server.
I want to remove the files only for them not to stay on the server for long, the solution could be, for example, a cache that would empty when it's too big.

Is there a way Websphere can help me doing all that ?
I haven't manage to find if it proposes a way to redirect users at the end of the session (I know how to do that in JSP, anyway).
Then, how can I remove my files ?

Thank for any help,
Gaelle, from France. ;)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top