chart image of a session can be accessed in another session using url of the chart image, how to prevent this?
for e.g, one user generated pie/bar chart and chart image shows url when you right click:
https://asdfasdfadsfadfadfadf.com/ChartImages/Chart_27.png?KxRx=0x07870
another user can user this url to see the chart eventhough he doesnt have access to generate this report.
i saw a method "deployment scenario", can i use this method to say seq num is 0, so that it wont store the image in the filesysem but nt sure whether it will generate error.
my question is i want to generate chart but doesnt want to store it.
Thank you
You want to use "session-based deployment" to keep chart images from being stored on the server. I provide further detail, including a link to articles from our online help documentation, in the following thread:http://forums.infragistics.com/forums/t/24472.aspx
thanks will try the solution, will let you know.