I'm making a Windows Phone 7 app that has login/logout semantics (authenticating to a web app). When the user logs out I navigate back to the login screen and forget the session authentication.
When doing so I'd also like to clear the navigation history so that can't go back to a page that expects them to be already authenticated.
Can't see how to do it with NavigationService
and am wondering if there is a way to do this.