Issues met when customize session warning page
Hello,
we want our application go to one existed URL instead of session warning page when user reach the session time.
searched in oracle support site, read the article Doc ID 1603736.1.
refer to that, we tried to update the file CCSessionWarning.swt as below:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- Logout template file which redirect users to home page. -->
<html>
<script language=javascript>
function RURL(){
self.location='http://tstargus.vcn.ds.volvo.net/service_sso/start.swe?SWECmd=Logoff';}
}
RURL();
</script>
<head>
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=UTF-8">
<title></title>
</head>