Page 1 of 1

Server session timeout

Posted: Thu Mar 14, 2013 1:13 pm
by CedricL
Hi,

How could we handle server session timeout ?
I mean, the flash component (WebDesigner) is embedded into an ASP.Net webform.
Is there any mechanism to inform the flash component the ASP.Net session has expired ?
Or is there a way to define a timeout on the flash component itself ?

Thanks

Re: Server session timeout

Posted: Thu Mar 14, 2013 2:18 pm
by HighAley
Hello.

At this moment there is no mechanisms for saving server session.
This feature is in our to-do list.
Meanwhile you could set the report auto saving. This helps sometime.

Code: Select all

StiWebDesignerOptions.AutoSaveInterval = 10;  // in minutes
Thank you.