Thanks Mordecai, I knew it was something simple I was missing, all the docs refer to sid as SID (uppercase) so I was trying to pull that from $_GET and it was failing. The problem I have now is I get the following warning from the new window.
Warning: session_start(): The session id contains invalid characters, valid characters are only a-z, A-Z and 0-9 in /home/drew/public_html/projects/dnsadmin/restart-named.php on line 4
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/drew/public_html/projects/dnsadmin/restart-named.php:4) in /home/drew/public_html/projects/dnsadmin/restart-named.php on line 4
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/drew/public_html/projects/dnsadmin/restart-named.php:4) in /home/drew/public_html/projects/dnsadmin/restart-named.php on line 4
Warning: Cannot modify header information - headers already sent by (output started at /home/drew/public_html/projects/dnsadmin/restart-named.php:4) in /home/drew/public_html/projects/dnsadmin/restart-named.php on line 10
Warning: Unknown(): The session id contains invalid characters, valid characters are only a-z, A-Z and 0-9 in Unknown on line 0
Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
I'm heading off to investigate this one now 🙂