Hello,
It is not that simple.
- The "1c564444b4a743489506139f3d9b5ce0" above is a process identifier. For file storage mode you will see 1,2,3,4 - as process enumerator id.
- The "g=" parameter in the url is different for each request and is used as part of the privacy protection.
- If the privacy protection is enforced ( on by default) only the user generated the chart image can download it. Each image have encrypted privacy marker attached which have to match with user credentials, session ID or anonymous ID, otherwise the user will see broken image.
- The "_1,_2,_3" which you noticed is a counter (ID) in the images buffer which tracks the image live span and usage. The counter id is considered as free if
1) The user is downloaded the image and image is deleted from the images buffer (deleteAfterServicing flag in chart settings).
1) The time to live of this image is out.
Shortly, if privacy protection is enforced, it is not possible user 2 to get the image generated from user 1. If is not enforced, then user 2 cannot have the image url of user 1 until the user 1 downloads the image, or the image is in timeout.
Hope this helps,
Delian