Page 1 of 1

SOLVED >> Sessions in phpWCMS

Posted: Wed 1. Sep 2004, 08:58
by trip
Hi Everyone
I see that some sites using phpWCMS have sessions enabled in the url...

To ask a simple question...
How does one do this?

would be greatful for some tips and an explanation?

thanks in advance
TriP

Posted: Thu 30. Sep 2004, 11:58
by cguenther
open index.php in an editor

change

Code: Select all

// start session - neccessary if frontend users are available
// session_start();
to

Code: Select all

// start session - neccessary if frontend users are available
session_start();
done

Posted: Thu 30. Sep 2004, 12:03
by trip
hi there
thanks for this
I did see it....but did not reply here
TriP