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

SaGetServerSideState

Gets an internal flag which determines whether the state strings are stored in HTML cookies or if the cookies hold the address and the state is stored in the state server at that address.

Synopsis

#include "SaRnHtml.h"
int XKEXPORT SaGetServerSideState SUTPROTO(());

Arguments

None.

Return Values

Returns an integer indicating whether the state strings are stored in HTML cookies or if the cookies hold the address and the state is stored in the state server at that address.

Description

Gets an internal flag which determines whether the state strings are stored in HTML cookies or if the cookies hold the address and the state is stored in the state server at that address. By default, the state strings are not stored in the state server.

Example

int flag;
flag = SaGetServerSideState();
if(flag == 0)
{
	/** not using state server for state strings ***/
}

See Also



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

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