Appendix: Using the SESSION Element Tag

You can display the value of a session item in a page.

This element tag has the following default syntax:

<%# SESSION(Key) %>

The following parameters are required:

Parameter Description
Key A string containing the name of the session item whose value you want to display.

An example of a complete SESSION tag is as follows:

<%# SESSION(City) %>