• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

How to introduce Time Out feature in web application

 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I am stuck in a problem for which i need your help.
We are implementing a Time Out feature for one of the functionalities in a web application.
we have a functionality called Alerts in our application.
Currently the Alerts are displaying properly and are present in the application all the time . now we have to implement the Time Out feature for the requirement.The Alerts should disappear after certain amount of time.can anybody let me know the design for this approach and how this should be implpemented.

i am using jdk 1.5,MySql db, JBoss Application server, Struts for the UI.
Please let us know your comments and suggestions. waiting for a positive reply form your side.

Thanks & Regards
Vikram K
 
Ranch Hand
Posts: 104
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Set the session time out if you are using session.


Thnx,
Sam
 
(instanceof Sidekick)
Posts: 8791
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The session timeout will invalidate your session so you can't retrieve more pages on the same session. I'm not sure that's what you're after. Can you define "disappear" a little better? If I'm watching the screen at the moment time expires, does something happen?
 
reply
    Bookmark Topic Watch Topic
  • New Topic