mpfserver Manual
 
 
 Examples | load user-rights library to get access-rights for client session
display value
{mpf:session/access/admin}
use as conditional section (use with closing token)
{mpf:session/access/admin||!=}
... will be returned if attribute "admin" is not empty ...
{/mpf:session/access/admin||!=}
store value in myVar (use as embedded token)
{mpf:set=myVar||{mpf:session/access/admin}}
 
 
2004 by master-p-formance.All rights reserved.
 
This manual is generated on the fly using mpfserver and MPFT (mpf transformation).