cancel
Showing results for 
Search instead for 
Did you mean: 

Closing IE is leaving locks and open sessions

simon_farrell3
Explorer
0 Kudos

Hi,

I have an application which tidies its self up when used as specified.

Obviously in the real world this isn't happening !

Users are closing internet exploroer by closing the window which is leaving locks and dissconnected sessions.

Is there either a way to disable the button on IE or is there an event that gets fired where I can tidy up the locks etc?

I'm guessing there must be as this is a common occurance you would think?

Thanks

Simon Farrell

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Probably you can try to write code in WDDOEXIT which gets fired when  the IE is closed.

Thx

Phani

simon_farrell3
Explorer
0 Kudos

Hi,

No server side events aren't being called.  I've tried setting a breakpoint but it never hits it.

Looks to me like closing the browser is client side only if you hit the window close in internet explorer.

There must be another mechanism for ending dissconnected sessions?

Has to be a common thing.

Thanks