webview로 로드하다가 특정 사이트일때      Intent 로 뛰우고 난다음에는 섹션이 죽어요

Uri uri = Uri.parse(url);
      Intent intent2 = new Intent(Intent.ACTION_VIEW, uri);
      
           startActivity(intent2);
특정 사이트에서 다시 본래의 사이트를 부를때    session이 없어집니다

그 이유를 알고 싶습니다