12-19-2023, 06:26 PM
Not sure if this is what you are looking for but I use something like the code below to terminate a session and display a dynamic message:
Code:
WebApplication->Terminate(
"<head>"
"<title>"+IWServerController()->DisplayName+": Registered</title>"
"</head>"
"<body>"
"<h3>"+IWServerController()->DisplayName+": Registered - Please restart.<br/></h3>"
"</body>"
);
