Hi friends.

I'm researched how about prevent session timeout, I tested the
solutions links bellow and it works great.

http://www.primaryobjects.com/CMS/Article86.aspx

http://www.codeproject.com/KB/session/Reconnect.aspx

But my Website has one thing that still causing problems... the
Website calls an ActiveX. Some time in the user navigation the user
clicks in a button and a JavaScript loads an ActiveX with the code
bellow.

var objDownload = new ActiveXObject('XXXXXX');


objDownload.ActiveXMethod();

This ActiveX makes a huge processing and this is why I'm want the
trick to avoid the session expires. I tested the both above solutions
but when the ActiveX is running no refresh happens. Can anyone help
with this problem? How the ActiveX can be running and the IE makes the
refresh?

Thanks a lot.

Rodrigo

Reply via email to