On 18 Jun 2001 [EMAIL PROTECTED] wrote:

> ID: 11527
> User Update by: [EMAIL PROTECTED]
> Status: Open
> Bug Type: *Session related
> Operating system: FreeBSD 4.3 STABLE
> PHP Version: 4.0.5
> Description: session_unregister() seems not work properly
>
> Well I found a solution. Just replace session_unregister()
> by unset() statement.

    session_unregister just drops the variable name from the list
    of session variables; it does not however manipulate any
    active variable environment.

    - Sascha                                     Experience IRCG
      http://schumann.cx/                http://schumann.cx/ircg


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to