• 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

Session Timeout Notification

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there anyway to get WebSphere to invoke a method on a listener or something of that nature when a session is being "timed out"?
My issue is that I wish to run through a bit of logic at the "end" of a user's session even if the user closes the browser, goes on vacation, etc.
Regards,
Matthew Marquand
Object Ovation, Inc.
 
Matthew Marquand
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'll post my own reply.
I plugged into the HttpSessionBindingListener framework that is supported by objects registered with the HttpSession.
Regards,
Matthew Marquand
Object Ovation, Inc.
reply
    Bookmark Topic Watch Topic
  • New Topic