Session or cookie

harry-s5780

New Member
Reservo User
Mar 6, 2016
25
0
0
72
Netherlands
I want to use sso login to my Codoforum script, but I can't find how Reservo works, is this with a session or a cookie?
And how to find out how a logged user is detected?

If someone can my help out here please let my know. :mrgreen:
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Copy of text sent via the ticketing system, for other users:

Take a look at the top of \themes\reservo\templates\account_edit.html

// require login
$Auth->requireUser(WEB_ROOT.'/login.'.SITE_CONFIG_PAGE_EXTENSION);

This redirects to the login page if they are not logged in.

If you have a look for $Auth in that file you'll also see some other available variables.