For the complete documentation index, see llms.txt. This page is also available as Markdown.

SessionInvalidate

Clears session scope and makes the current session identifiers no longer valid.

Method Signature

SessionInvalidate()

Arguments

This function does not accept any arguments

Examples

Invalidate the current session

sessionInvalidate();
writeOutput( "session invalidated" );

Result: session invalidated

Last updated

Was this helpful?