Problem with PHP 8
It seems that due to @session_start() instead of just session_start() website shows fully blank page while update to php 8. But in php 7.x version works fine with @session_start(). Therefore should I make the change to all the pages including your rsobj.php file?