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
Server session timeout
Re: Server session timeout
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.
Thank you.
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