Page 1 of 1

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

Posted: Thu Jan 21, 2016 10:06 pm
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!

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

Posted: Fri Jan 22, 2016 12:26 pm
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.

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

Posted: Wed Jan 25, 2017 9:46 pm
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

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

Posted: Fri Jan 27, 2017 7:40 am
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.