Click here to Skip to main content
15,910,009 members

Comments by Ismael Almonte (Top 1 by date)

Ismael Almonte 8-Mar-13 21:53pm View    
If i were you i would create a "CheckSession" method accessible by JavaScript that checks something on the session object. then create a JS timer on the frame that calls that method every 30 seconds. if the session is expired then change the location of the frame parent.

you could use this same concept to keep the session alive.