I as of yet have been unable to setup session based authentication This is what i have in the config.ini:
USER_AUTH_ORDER = Session AUTH_SESS_USER = wikiuser AUTH_SESS_LEVEL = 2
This is how I setup my session (with some editing):
session_start(); ...//Authentication handling. $_SESSION['wikiuser'] = $var['user']; ...
Let me know.
Thanks a head of time.
kicker
Log in to post a comment.
I as of yet have been unable to setup session based authentication This is what i have in the config.ini:
USER_AUTH_ORDER = Session
AUTH_SESS_USER = wikiuser
AUTH_SESS_LEVEL = 2
This is how I setup my session (with some editing):
session_start();
...//Authentication handling.
$_SESSION['wikiuser'] = $var['user'];
...
Let me know.
Thanks a head of time.
kicker