The activity launched is a webview activity.when i login first time then shows the login page but when logged on second time then the web view cache the pervious login and shows me the homepage instead it should be showing a login page again.i don't have a logout button in my web view.
switch (v.getId()) {
case R.id.myaccount:
// intent = new Intent(getApplicationContext(), UIBMainView.class);
intent = new Intent(getApplicationContext(), MyAccount.class);
//intent.addFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP);
break;