Solution Re: about preventing history back in# DotNet - 窗口里的风景
e*e
1 楼
In fact there's no solution. but I have found the cause.
Maybe I should have mentioned that my program is targetted on mobile
devices. Here is the explanation why SignOut() can't stop you from vistiing
previous page. The key point is although the page is displayed again, any
session dependent content won't be available after Session.Abandon() is
called when signout. So, nothing needs to be changed. Annoying it is, but
it doesn't bring any harm. I guess I have to live with it.
source: http://msdn
Maybe I should have mentioned that my program is targetted on mobile
devices. Here is the explanation why SignOut() can't stop you from vistiing
previous page. The key point is although the page is displayed again, any
session dependent content won't be available after Session.Abandon() is
called when signout. So, nothing needs to be changed. Annoying it is, but
it doesn't bring any harm. I guess I have to live with it.
source: http://msdn