eWebEditor Home >> eWebEditor Manual V11.2 >> Developer Guide >> Advanced Session Security Interfaces

3.8.1 Definition of Interface Standard Format

Session Name Standard Format:

eWebEditor_[Session keyword]_[Parameter keyword]

[Session keyword]:

The custom keywords enable the same user to have different configurations in different columns, pages and edit boxes, which can only be made up of letter and number, such as the format supported by the standard variable names.

[Parameter keyword]:

The specific parameter name specifies what parameter the Session value transfers. All the parameter names can be inquired in the "Interface Parameter" of the next section.

Calling Code Standards:

<%
Session("eWebEditor_[Session keyword]_[Parameter keyword]") = "Parameter Value"
......
%>

<iframe src="ewebeditor.htm?id=content1&skey=[Session keyword]"></iframe>

       Note: All the "parameter values" are unified as the String format.