Function:
· increase, delete, change the session
Usage:
<session [act=del|clear]>
<wename=key0>value0</we>
<we name=key1>value1</we> ...
</session>
· Act:del represents a message in a delete session, clear clears all information in the session by default to place information in the session by keyword
· Sub-label: required, format such as <we Name=key>value</we>,key as the keyword, value is the values, put the information into the session or delete each article by clause
Put information into a conversation
<chtml><session> <we name=obj1> object 1</we> <we name=obj2> Object 2</we></ Session></chtml><span>@{session:obj1}</span>
Object 1, Object 2 is placed in session by keyword (obj1, obj2)
Note:<we> is a system-secondary tag that defines an object node, and the contents of this tag are not displayed in the browser. Similar tags have <test>
Effect
(example file: _samples/session.html)
It's quite easy to put in and out!
Download and description of light-open platform resources
Platform and Latest development Manuals free Download: http://download.csdn.net/detail/tx18/8464425
Development example: Light Open e-commerce website , free download: http://download.csdn.net/detail/tx18/8318585
The light-open platform will be upgraded to provide you with more powerful and easy features, please note the latest development manuals
Session tag (add, delete, change)