kicker69101 - 2007-11-29

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