Retrieves all current Session IDs and returns them as HTML <input>s, URL strings or an array of pairs. Also can return the vars that hold the session ID(s).
Note that the XHTML option is automatically selected when the content-type is set to XHTML.
Parameters
-array
boolean, optional
Default. Tag will return session(s) as array: (pair: (test_session1)=(7F000001052d62603CuULL36B0FB)), (pair: (test_session2)=(7F000001052d62603CXQiw36B103))
-url
boolean, optional
Tag will return sessions(s) as array: (-session=test_session1:7F000001052d62603CuULL36B0FB), (-session=test_session2:7F000001052d62603CXQiw36B103)
-form
boolean, optional
Tag will return session(s) as array: (<input type="hidden" name="-session" value="test_session1:7F000001052d62603CuULL36B0FB">), (<input type="hidden" name="-session" value="test_session2:7F000001052d62603CXQiw36B103">)
-xhtml
boolean, optional
When used with -form, tag will return session(s) as array: (<input type="hidden" name="-session" value="test_session1:7F000001052d62603CuULL36B0FB" />), (<input type="hidden" name="-session" value="test_session2:7F000001052d62603CXQiw36B103" />)
-vars
boolean, optional
Tag will return the *vars* that hold the session IDs as array: (pair: (_SessionTracker_test_session1)=(7F000001052d62603CuULL36B0FB)), (pair: (_SessionTracker_test_session2)=(7F000001052d62603CXQiw36B103))
-string
boolean, optional
Tag will return session(s) as a comma-delimited string (test_session1=7F000001052d62603CuULL36B0FB, test_session2=7F000001052d62603CXQiw36B103)
Click the "Download" button below to retrieve a copy of this tag,
including the complete documentation and sample usage shown
on this page. Place the downloaded ".inc" file in your
LassoStartup folder, restart Lasso, and you can begin using this
tag immediately.