Hi
i have added a tag to the asp.net page .aspx
<%@ OutputCache Duration="600" VaryByParam="*" %>
it caches the whole page. But problem is that after logout its not getting cleared and if i tried to loggin with some other user it shows old data cached for previous user.
Please give me solution so that i can clear Output cache on user logout.
i have added a tag to the asp.net page .aspx
<%@ OutputCache Duration="600" VaryByParam="*" %>
it caches the whole page. But problem is that after logout its not getting cleared and if i tried to loggin with some other user it shows old data cached for previous user.
Please give me solution so that i can clear Output cache on user logout.
Comment