Siebel Business Process & Functionality (MOSC)

MOSC Banner

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>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center