Recent Topics

1 Dec 12, 2008 03:33    

My b2evolution Version: 2.x

Hello.

In b2evo, is there any reason why it would not be recommended to make use of 'session_start()'? :?:

I want to create session variables to float between certain pages.

Thanks in advance.

2 Dec 12, 2008 13:43

global $Session;
$Session->set( 'foo', 'bar' );
echo $Session->get( 'foo' );

¥


Form is loading...