All Downloads are FREE. Search and download functionalities are using the official Maven repository.

progress.web.method.session.i Maven / Gradle / Ivy

There is a newer version: 229
Show newest version
/*********************************************************************
* Copyright (C) 2000 by Progress Software Corporation. All rights    *
* reserved. Prior versions of this work may contain portions         *
* contributed by participants of Possenet.                           *
*  Per S Digre ([email protected])                                 *
*                                                                    *
*********************************************************************/
/*--------------------------------------------------------------------
 File:    webutil/session.i
 Purpose: Include for the session module
 Updated: 04/04/98 [email protected]
            Initial version
          04/26/01 [email protected]
            WebSpeed integration
          05/23/01 [email protected]
            Dynamics integration
---------------------------------------------------------------------*/

&IF DEFINED(session-included) = 0 &THEN
&GLOBAL-DEFINE session-included YES

DEFINE NEW GLOBAL SHARED VARIABLE gscSessionId AS CHARACTER NO-UNDO.

FUNCTION setSession RETURNS LOGICAL
  ( cName AS CHARACTER, cValue AS CHARACTER) {&FORWARD}.
FUNCTION getSession RETURNS CHARACTER 
  ( cName AS CHARACTER) {&FORWARD}.
FUNCTION setGlobal RETURNS LOGICAL 
  ( cName AS CHARACTER, cValue AS CHARACTER) {&FORWARD}.
FUNCTION getGlobal RETURNS CHARACTER 
  ( cName AS CHARACTER) {&FORWARD}.
FUNCTION logNote RETURNS LOGICAL 
  ( pcLogType AS CHARACTER, pcLogText AS CHARACTER ) {&FORWARD}.

&ENDIF




© 2015 - 2024 Weber Informatics LLC | Privacy Policy