Variable in Apex.
Often called in documentation substitution string
#VARIABLE# -- In Page template
&VARIABLE. -- In Apex form field (with the exact substitution parameter in application property)
&VARIABLE -- In Apex form field (with the non-exact substitution parameter in application property)
:VARIABLE -- In SQL and PLSQL
V('VARIABLE') -- PLSQL
where:
Session state value. See Managing Session State Values