I seem to have fixed the problem, but I’m not sure if it will be detrimental to the site as a whole.
I copied, changed the name and edited the manager/includes/session_keepalive.php file into my weblogin directory, then added the StartCMSSession() call to weblogin.processor.inc.php and nicked a the start CMS session stuff from manager/includes/config.inc.php
I’m still logged in this morning, so that part of it works, but is my lazy approach likely to cause any problems?
And also, do I need to re-activate this line for security stuff that I commented out? And if so, can I leave it as is or do I need to copy that to the weblogind directory and make changes?
// require_once(dirname(__FILE__).'/protect.inc.php');
Sorry for so many questions. I’m still amazed it worked after just one error message (typo).