For everything that I've done with this system, I've never had a problem using the sessions as long as I didn't mess with the $_SESSION['PSA_*'] variables.
As long as you include the config file from the psa/include directory, you sessions will be started. if you include the psa/_restrict.php file, the session is started *and* you have to be authorized.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is it possible to use the sessions?
Can I use the session to output for example the username and level? I need the userlevel in my script.
For everything that I've done with this system, I've never had a problem using the sessions as long as I didn't mess with the $_SESSION['PSA_*'] variables.
As long as you include the config file from the psa/include directory, you sessions will be started. if you include the psa/_restrict.php file, the session is started *and* you have to be authorized.