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
SOLVED >> Sessions in phpWCMS
SOLVED >> Sessions in phpWCMS
Last edited by trip on Thu 19. May 2005, 10:28, edited 1 time in total.
open index.php in an editor
change
to
done
change
Code: Select all
// start session - neccessary if frontend users are available
// session_start();
Code: Select all
// start session - neccessary if frontend users are available
session_start();