Mobile designer error "Session on the Server is Complete!"

Stimulsoft Reports.WEB discussion
Post Reply
agent005
Posts: 24
Joined: Mon Dec 22, 2014 3:05 pm

Mobile designer error "Session on the Server is Complete!"

Post by agent005 »

Hello,

We are using Reports.Web Ultimate 2015.3

When user opens mobile (HTML5) editor and after about a minute of inactivity he gets an error saying "Session on the Server is Complete!"
Our ASP.NET application session is set to 120 minutes. How do we extend editor session to not receive this error message?

Thanks!
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Mobile designer error "Session on the Server is Complet

Post by HighAley »

Hello.

This message is shown if it was impossible to get a report from server cache. By default the cache mode is set to Page.
It seems that your server clear its cache.
Please, try to change the CacheMode proeprty to the StiCacheMode.Session.


Thank you.
mchapman
Posts: 8
Joined: Wed Jan 25, 2017 9:39 pm

Re: Mobile designer error "Session on the Server is Complet

Post by mchapman »

Hey,

I am having a similar problem with the StiMvcMobileDesigner. With the StiDesignerCacheMode set to Page I get the "Session on the Server is Complete" error, but when I change the StiDesignerCacheMode to Session I get an error that the StiReport is not Serializable. How do I get the report desginer to work with caching the report in the session?

Thanks
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Mobile designer error "Session on the Server is Complet

Post by Alex K. »

Hello,

We have made some improvements and checks in that direction. Please try to check the last build.
If the issue still present, please send us a simple project which reproduces the issue for analysis.

Thank you.
Post Reply