• 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

Can i use applet to cleanup session at server

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

I have a module in a web - application where my application login in some third-party tool (in background).
The problem is, if user closes the windows directly instead of log-off then it left the application logged-in in third-party tool.

I wanted to perform the same cleanup even on browser-close event.
for this i have tried with javascript and i have raised my hands.
But is ther any way via applet to intimate server so that i can perform cleanup.
If any one have done this please suggest.

Regards,
VijayS.
reply
    Bookmark Topic Watch Topic
  • New Topic