the problem i am faceing is :
as soon as the user
click logout, the authentication ticket(i am using cookiless, "useURI")
is not expiring. therefore, the user can use his ticket even after logging
out..
for example, user clicks back button of the browser, and refresh the page, it dosent redirect the user to the login.aspx page, rather asp.net allows the user to do modifications in the secured pages
even after he logs out...
i am using forms authentication, timeout = 5, sliding expiration = true, etc.
Also Session.Abandon() in the logout.aspx page_load event, but then also the ticket is usable after logging out..
if u can, then plz help in this matter.. or give me some referance...
thanks in advance.