m
Tag setSessionId


Set the user session ID into the M session. Use this tag to maintain a user sesssion between different requests. After calling it it will set the M variable "JB" and the JSP variable "_sessid" to the session ID.


Tag Information
Tag Classcom.cav.taglibs.mumps.MumpsSetSessionIdTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
exprtruetruejava.lang.String M expression which evaluates to the session ID to set. Should be unique, and temporary. A normal usage of it is as a subscript in a "temporary" global that holds the data and state of all the running user sessions.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.