i have a user control on my page to show the profile picture of logged in user. I have cached this user control using <%@ OutputCache Duration="120" VaryByParam="none" %>
.
I am facing an issue here i.e when i log out the current logged in user and log in as a different user the the profile picture user control is not getting refreshed, it still shows the picture of the previous logged in user.
Can some please help me in solving this issue when the user control refreshes after the user log's out and another user log's in.
Any help will be highly appreciated.
Thank you in Advance