Hi There I wonder if anyone can help me with a general query.
If a web application is displaying information from a database system where the content is secure (selected from restricted views in line with the user's profile), how would caching work?
For example user x selects the following:-
http://abc/test.asp?id =1
the outcome is presented to the screen (because the user has permissions to the data)
User y then accesses the same page, but does not have access to the data, would they see the result of user x's request from the cache?
Hope this is clear.
Thanks