I'm developing a website to show some information in it. this information include some images for some specific users. I used the img tag in html code to show the images. like this:
<img src="./Devices/100000000000005/GraphReports/Last24Hours.jpg" >
but the problem is that when the user change the 100000000000005 number to another like 100000000000006 in page source view, he would be able to see the information that doesn't belong to him. How could I prevent this ?