hi ,
what is the difference CacheMode between Page and Session ?
what is the difference CacheMode between Page and Session ?
-
- Posts: 2
- Joined: Fri Apr 01, 2016 2:28 am
Re: what is the difference CacheMode between Page and Sessio
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.
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.
-
- Posts: 2
- Joined: Fri Apr 01, 2016 2:28 am
Re: what is the difference CacheMode between Page and Sessio
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
"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
Re: what is the difference CacheMode between Page and Sessio
Hello.
Thank you.
You should set the CacheMode to Session.tuphamdang wrote:How to resolve that issues ? when set CacheMode = Page
Thank you.