//------------------------------------------------------------------------------ // Licensed Materials - Property of IBM // (c) Copyright IBM Corporation 2001,2002 All Rights Reserved. // US Government Users Restricted Rights - Use, duplication or disclosure // restricted by GSA ADP Schedule Contract with IBM Corp. //------------------------------------------------------------------------------ // Set Session Timeout // // Filename: ma_set_media_detection.htm // // This file sets the desired session timeout for inactivity // // // When POST data is recieved, operation result information is retrieved // from the POST data and displayed in the Message Box. // // // Input: POST data // newValue the new value for the session timeout // // // Change History: // // Date Defect Changed By Description of Change // ---- ------ ---------- --------------------- // 01/24/2006 romeog File Created // //------------------------------------------------------------------------------ include ('main_inc.htm'); include('common_su_inc.htm'); $UMD = get_ssd_inv_type($user); $displayMessage=0; if ($_SERVER[REQUEST_METHOD] == "POST") { //set the message to be displayed $returnMessage = $_REQUEST['returnMessage']; $errorCode = $_REQUEST['errorCode']; $displayMessage = $_REQUEST['Message']; } ?>