I\'m trying to pass a session with mysqli connection for multiple queries on the site, but when I try to do a query it outputs a warning \"Couldn\'t fetch mysqli\"
Database connections are resources and can't be stored in a session. You'll have to rebuild the connection in every page, or use a persistent connection (PHP 5.3+).