Where Used Session Variables are used in the application UI to access certain parameters which are dynamic in nature from the implicit object session. The Platform creates this implicit object and it can be used in the application to set default values, while building Expressions etc. e.g. If you want to set the default value of a Text field with the email address of the current logged-in user, then you can use the expression #{session.emailAddress} for the "Default Valu... [Read More]
Advanced Topics |