[Top] [Prev] [Next] [Bottom]
[Contents]
SaSetServerSideState
Sets 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.
#include "SaRnHtml.h"
void XKEXPORT SaSetServerSideState SUTPROTO((int flag));
Arguments
- flag
- 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.
Return Values
None.
Sets 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. This must be called in the initial code of the main function.
SaSetServerSideState(1);
See Also
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.