server
server copied to clipboard
session timeout causes ERRORs in log
After 15 minutes we check if an active session is currently being utilised, and if not, we kill it.
The murder mechanism leaves an ERROR in the log as follows:
Rather than immediate termination we could simply ask the session to die with a simple %put thankyou for your service;
injection to the the code.sas
file.
The session should then execute normally and finish.