I’ve been trying to wrap my head around session variables and understand how to use the $SESS global variable to access the session variables that are registered when logging into EE front door or back door. My question is, since $SESS is defined by EE code, I can’t use that variable when running outside of EE. Is there another way I can access the session variables, that are registered by EE, when I’m no longer running under EE?
I’d like to be able to log into EE, then go to a non-EE website and do things according to the EE group assigment of the logged in person. Is that possible? If I know the username of the logged in person I know I can look up their account in the EE database to get their group assignment ID but I’d rather get that information from the session variable if possible. Is that possible?