$Session, $Session Id, $Session Owner, and $Session Timeout: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Undo revision 36655 by Dme (talk))
m (Undo revision 36655 by Dme (talk))
Line 1: Line 1:
{{DISPLAYTITLE:$Session, $Session_Id, $Session_Owner and $Session_Timeout}}
{{DISPLAYTITLE:$Session, $Session_Id, $Session_Owner and $Session_Timeout}}
<span class="pageSubtitle"><section begin="desc" />$Session_Id, $Session_Owner and $Session_Timeout<section end="desc" /></span>
<span class="pageSubtitle">$Session_Id, $Session_Owner and $Session_Timeout</span>


<p class="warning">Most Sirius $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $Session, $Session_Id, $Session_Owner and $Session_Timeout function is [[to be entered]].</p>
<p class="warning">Most Sirius $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $Session, $Session_Id, $Session_Owner and $Session_Timeout function is [[to be entered]].</p>

Revision as of 21:21, 22 November 2011

$Session_Id, $Session_Owner and $Session_Timeout

Most Sirius $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $Session, $Session_Id, $Session_Owner and $Session_Timeout function is to be entered.

These functions accept no arguments and return the requested value associated with the current open session.

$Session returns a 1 if the user has a session currently open and a 0 otherwise.

$Session_Id returns the id of the currently open session if there is one and a null otherwise.

$Session_Owner returns the owner of the currently open session if there is one and a null otherwise. A value of "*" indicates that the currently open session is a public session.

$Session_Timeout returns the timeout value of the currently open session if there is one and a -1 otherwise.

For more information about sessions see Sessions.

These $functions are new in Sirius Mods Version 6.3.

Products authorizing $Session, $Session_Id, $Session_Owner and $Session_Timeout