NEWSESNOCLEARG (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
Line 1: Line 1:
{{DISPLAYTITLE:NEWSESNOCLEARG}}
{{DISPLAYTITLE:NEWSESNOCLEARG}}
<span class="pageSubtitle"><section begin="desc" /><section end="desc" /></span>
<span class="pageSubtitle"><section begin="desc" />Don't clear globals at tne of NEWSESCMD processing.<section end="desc" /></span>


NEWSESNOCLEARG is a parameter on [[JANUS DEFINE]], which defines and sets characteristics of a Janus port. See the [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].
NEWSESNOCLEARG is a parameter on [[JANUS DEFINE]], which defines and sets characteristics of a Janus port. See the [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].


This parameter indicates that GTBL is not to be cleared at the end of NEWSESCMD command processing. It is useful if there is a need to pass data via GTBL between programs run as part of NEWSESCMD processing and programs run as part of request processing after the NEWSESCMD commands.  
This parameter indicates that GTBL is not to be cleared at the end of NEWSESCMD command processing. It is useful if there is a need to pass data via GTBL between programs run as part of NEWSESCMD processing and programs run as part of request processing after the NEWSESCMD commands.  

Revision as of 14:00, 14 March 2011

<section begin="desc" />Don't clear globals at tne of NEWSESCMD processing.<section end="desc" />

NEWSESNOCLEARG is a parameter on JANUS DEFINE, which defines and sets characteristics of a Janus port. See the List of JANUS DEFINE parameters.

This parameter indicates that GTBL is not to be cleared at the end of NEWSESCMD command processing. It is useful if there is a need to pass data via GTBL between programs run as part of NEWSESCMD processing and programs run as part of request processing after the NEWSESCMD commands.

If NEWSESNOCLEARG is specified, special care should be taken that passwords or other secure pieces of information are not stored in GTBL, as it raises the slight possibility that they will be accidentally exposed by application processing.

NEWSESNOCLEARG has no meaning unless a NEWSESCMD clause (:hdref refid=newsesc.) is also specified on the port definition.

NEWSESNOCLEARG is only supported in Version 6.0 and later of Sirius Mods.

Valid for SRVSOCK and WEBSERV port types.

References

See: List of Janus commands | List of JANUS DEFINE parameters.