i am with this mess for last 2 months.. Every time i logout, and then click the browser BACK button, and then refresh it, it dosent show any error, like session expired, etc.
i want that, when the user logout, the authentication ticket(i am using cookiless authentication) SHOULD expire. therefore, after logout, if any attempt is made to access the secured pages with that
ticket then it should show error message like, session expired, etc.. hope u understand.. plz help as soon as possible..
i have used timeout, sliding expire, etc. but no use..
why the authentication ticket is still useable after logging out. i have also used Session.Abandon() in the logout.aspx page....
i am not worried about the back button, i can manage that...