• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Websphere and ending sessions

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
He does not suffer fools gladly. But this tiny ad does:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic