I have a commercially written program I have purchased that gives some flexibility in setting up session variables to indicate if a users is logged in without hacking the program. If the session variables are properly set, it will assume that the user logged in through its own user system. I would like to use Expression Engine’s member system as a single system for my entire site. The program would require quite extensive rewriting to make it into a module.
Without going into the gory details; I’d like to pose these questions:
Is it possible to use some of the function (specifically the session object) of Expression Engine without running the template engine?
If the answer is yes, what does the session object need to accurately determine if the user is in fact logged in?