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

SessionStartTime

Provides information about the time when the current users session scope was created

Method Signature

SessionStartTime()

Arguments

This function does not accept any arguments

Examples

Get the session start time

startTime = sessionStartTime();
writeOutput( isDate( startTime ) );

Result: true

Last updated

Was this helpful?