Server session timeout

Stimulsoft Reports.WEB discussion
Post Reply
CedricL
Posts: 1
Joined: Thu Mar 14, 2013 1:08 pm

Server session timeout

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Server session timeout

Post 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.
Post Reply