Session auto start

The latest php toggled session auto start to off. I use session in my database driven stuff and my page is broken now. Do I turn auto start back on or am i doing something wrong? (for years now)

Please explain what do you mean by "latest php toggled session auto start to off"?
Are there errors related to server sessions? Where/how do you use them?

well maybe I’m wrong suddenly when users try to log on they are getting.

"code": 0,
"file": "/home1/bmteeute/public_html/pasprintseries/dmxConnectLib/lib/core/Session.php",
"line": 61,
"message": "Undefined global variable $_SESSION",
"trace": "#0 /home1/bmteeute/public_html/pasprintseries/dmxConnectLib/lib/core/Session.php(61): exception_error_handler(2, 'Undefined globa...', '/home1/bmteeute...', 61)\n#1 /home1/bmteeute/public_html/pasprintseries/dmxConnectLib/lib/core/Session.php(23): lib\core\Session->has('lastlogon')\n#2 /home1/bmteeute/public_html/pasprintseries/dmxConnectLib/lib/validator/Validator.php(55): lib\core\Session->__isset('lastlogon')\n#3 /home1/bmteeute/public_html/pasprintseries/dmxConnectLib/lib/validator/Validator.php(12): lib\validator\Validator->validateFields(Array, Object(lib\core\Session), NULL)\n#4 /home1/bmteeute/public_html/pasprintseries/dmxConnectLib/lib/App.php(152): lib\validator\Validator->parseMeta(Object(stdClass))\n#5 /home1/bmteeute/public_html/pasprintseries/dmxConnectLib/lib/App.php(114): lib\App->meta(Object(stdClass))\n#6 /home1/bmteeute/public_html/pasprintseries/dmxConnect/api/Data/Security/Login.php(7): lib\App->define(Object(stdClass))\n#7 {main}"
}

the session values are typically to set the user rights

something happen when it loaded php dependencies? My site is down,

Be sure your hosting server is running PHP 8.2 at least?

8.2.29

So how did you switch the sessions off? Can’t you undo it?

Here is a fixed session php
Session.zip (657 Bytes)

Please place it in dmxConnectLib/lib/core and let us know if it solves your problems

I restored the site from a backup and avoided the php dependencies update for now. I will try this as soon as i get a chance thanks.

this session file did fix the problem however when updates replace the session it is broke again