Okay so I have been looking at this code for over a course of say... one or two weeks. The website I develop for is moving along slowly as there are only 2 developers, and I was recently asked to use Codo. I get how Codo works, I do, and I have everything set up EXCEPT SSO. I saw on another forum that USER_LOGGED_IN should be set to session or some other form of saving a user's information. The site's header that uses Codo stores data in a cookie at this time and doesn't rely on a Session. Is there a way to call information from something of that nature (cookies)?
The following image is me considering a solution that a user has already received. However, if possible, I would like to refrain from using Session at this time as I am working on other content on site.

Okay so I have been looking at this code for over a course of say... one or two weeks. The website I develop for is moving along slowly as there are only 2 developers, and I was recently asked to use Codo. I get how Codo works, I do, and I have everything set up **EXCEPT** SSO. I saw on another forum that USER_LOGGED_IN should be set to session or some other form of saving a user's information. The site's header that uses Codo stores data in a cookie at this time and doesn't rely on a Session. Is there a way to call information from something of that nature (cookies)?
The following image is me considering a solution that a user has already received. However, if possible, I would like to refrain from using Session at this time as I am working on other content on site.
