"user_session_end" trigger
Last updated
Was this helpful?
Last updated
Was this helpful?
user_session_end
trigger has some special feature, Therefore, it must be use in care.
user_session_end
trigger function must be in .
user_session_end
trigger is executed in "no session" context. Therefore, built-in functions, variables etc are not valid in that trigger function.
Only data available is the arguments.
Declaration
reason
: holds the information about why the session is ended.
client_ip_address
: not implemented yet
client_domain
: not implemented yet
client_os_user
: not implemented yet
user_session_start_time
: not implemented yet