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

SaSetAppName

Sets the application name for the Sapphire server application. This name is used to build the names of HTML cookies.

Synopsis

#include "SaRnHtml.h"
void XKEXPORT SaSetAppName SUTPROTO((char *name));

Arguments

name
A string representing the name to be used for application.

Return Values

None.

Description

Sets the application name for the Sapphire server application. This name is used to build the names of HTML cookies. By default, the name is either the executable name or the Oracle Cartridge name. This must be called in the initial code of the main function.

Example

SaSetAppName("myappname");

See Also



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

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