[development] Sessions and non-logged-in users

Nick Wilson nick at communicontent.com
Tue May 16 21:56:32 UTC 2006


* and then Khalid B declared....
> Use session data.
> 
> To store something use:
> 
> $_SESSION['foo'] = $bar;
> 
> To get it back use:
> 
> $baz = $_SESSION['foo'];
> 
> That is it.

Thanks.

Will the data not be lost when the browser is closed?

-- 
Nick Wilson
http://performancing.com/user/1


More information about the development mailing list