This is a migrated thread and some comments may be shown as answers.

Radwindow Session timeout

1 Answer 147 Views
Window
This is a migrated thread and some comments may be shown as answers.
Frank
Top achievements
Rank 1
Frank asked on 11 Aug 2014, 06:25 PM
I have a aspx web form which contain RadWindow manager with multiple windows in it.  When I open up window via the radwindow manager it seems it won't "affect" the session timer within the "parnet" aspx web form.  How can I make it so that when there is a ajax call or a page refresh, within the radwindow, it will refresh the session timer of the "parent" web form?  

The issue is that the user think that they are still using the web page, but yet they keep getting kick off when session expires on the "parent" web form.

Thank you!

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 12 Aug 2014, 05:39 AM

Hi Frank,

Since the most common way to open a RadWindow is with JavaScript, this will not dispose the parent page, so this behavior is expected.

What you can do is to have a JS function on the parent page that will refresh the session, reset the timers or whatever else is needed, so you can call it when appropriate, e.g., when opening a RadWindow or on an action inside the content page of the RadWindow (for this case, I advise you examine this help article).


Regards,

Marin Bratanov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Window
Asked by
Frank
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or