what is the difference CacheMode between Page and Session ?

Stimulsoft Reports.WEB discussion
Post Reply
tuphamdang
Posts: 2
Joined: Fri Apr 01, 2016 2:28 am

what is the difference CacheMode between Page and Session ?

Post by tuphamdang »

hi ,
what is the difference CacheMode between Page and Session ?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: what is the difference CacheMode between Page and Sessio

Post by HighAley »

Hello.

The report is cached on server-side. If you set the CacheMode property to Session, the report cache will be available for current Session only.
If the CacheMode property is set to Page, the report cache will be available for everyone. It could cause some issues if different users need to get reports with different data from one report template.

Thank you.
tuphamdang
Posts: 2
Joined: Fri Apr 01, 2016 2:28 am

Re: what is the difference CacheMode between Page and Sessio

Post by tuphamdang »

hi HighAley

"If the CacheMode property is set to Page, the report cache will be available for everyone. It could cause some issues if different users need to get reports with different data from one report template."

How to resolve that issues ? when set CacheMode = Page

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

Re: what is the difference CacheMode between Page and Sessio

Post by HighAley »

Hello.
tuphamdang wrote:How to resolve that issues ? when set CacheMode = Page
You should set the CacheMode to Session.

Thank you.
Post Reply