On Saturday 13 December 2003 05:48, Jas wrote:
> New set of eyes maybe or maybe I am indeed regressing...
>
> Page calling functions looks like such...

[snip]

>               session_unset($_SESSION['list']);

[snip]

You seem to be mistaken as to what session_unset() actually does. For a start 
it does not take any parameters. If you want to unset a single variable then 
use unset().

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
Pickle's Law:
        If Congress must do a painful thing,
        the thing must be done in an odd-number year.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to