[Top] [Prev] [Next] [Bottom] [Contents]

SaGetCurrentSession

Returns a pointer to the current session identifier. This is only valid in Sapphire server applications running in session affinity mode.

Synopsis

#include "SaRnHtml.h"
pSaSess SaGetCurrentSession SUTPROTO(());

Arguments

None.

Return Values

Pointer to the current session identifier.

Description

Returns a pointer to the current session identifier. This is only valid in Sapphire server applications running in session affinity mode.

Example

pSaSess ctx;
ctx = SaGetCtx();
/***now manipulate session data ***/

See Also



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.