==Content Management application==
Create content based portals.
use "<nowiki><!--VP-->"</nowiki> directive for content required to be processed by variable processor.
[#ssupdate @session.expire@#] - expire a session, usually embedded in a logout page
==Websites==
<input type="hidden" name="origin" value="'''''url'''''" />
Ex.
<input type="hidden" name="origin" value="/welcome/MyFolder/?u=1" />
</pre>
==Variables==
use "<nowiki><!--VP-->"</nowiki> directive for content required to be processed by variable processor.
To reference the Content Management page the user logged into the instance with:
'''@cmpageid@''' - returns the unique ID
Can be used to control what content is displayed to user (such as logo) by numbering the content to match the unique ID.
<pre>
Example: logo@cmpageid@.jpg
</pre>
[[Category:Variables]]