Hi Yorkey,
Try add the code below into your page. it will activate the session every 6 seconds.
justablankpage.asp can be a empty test page.
function ActivateSession()
{
document.body.style.backgroundImage="url(justablankpage.asp?_temp"+new Date()+")"
}
setInterval(ActivateSession,60000)
Regards,
ken