SOLVED >> Sessions in phpWCMS

Post non-phpwcms related topics here - but I don't want to see "hey check this or that other cms". Post if you have a point or worthwhile comment, don't post just to increase you post count!
Post Reply
trip
Posts: 657
Joined: Tue 17. Feb 2004, 09:56
Location: Cape Town, South Africa
Contact:

SOLVED >> Sessions in phpWCMS

Post 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
Last edited by trip on Thu 19. May 2005, 10:28, edited 1 time in total.
cguenther
Posts: 111
Joined: Sun 11. Jan 2004, 12:41
Location: Halle, Germany
Contact:

Post 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
trip
Posts: 657
Joined: Tue 17. Feb 2004, 09:56
Location: Cape Town, South Africa
Contact:

Post by trip »

hi there
thanks for this
I did see it....but did not reply here
TriP
Post Reply