sessionGetMetadata

Returns meta data related to the current session.

sessionGetMetadata(); → returns struct

This function requires Adobe ColdFusion 10 and up.  Not supported on Lucee, etc.

Argument Reference

region string
Required

Name of the cache region.

Examples
Sample code invoking the sessionGetMetadata function

<cfset metaData = sessionGetMetadata() > 

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub