What is your php.ini?
If you are enabled track vars and disabled register globals, all you have to do
is assign values to $HTTP_SESSION_VARS and
unset($HTTP_SESSION_VARS['your_session_var']). You don't need to use
session_register(), session_unregister() if it's the case.
Refer to User Notes in Session Section - Annotated PHP Manual for details.
Regards,
--
Yasuo Ohgaki
"Felix Kronlage" <[EMAIL PROTECTED]> wrote in message
20010401181830.B5417@mad">news:20010401181830.B5417@mad...
> Hi,
>
> are there any knows problems/bugs with session_register()?
>
> With openbsd as a platform (not tested on others) I have the problem
> that 20% of the times sessions don't get initialized correctly.
> The session-file is created in /tmp (cookies for session-use are turned off),
> just the variables registered via session_registered are not written into the
file.
> The same piece of code works on the same box, with same php 80% of the times.
> (Had this problem with php4.0.4x up to php4.0.5rc3).
>
> any hints on this?
> -fkr
> --
> gpg-fingerprint: 076E 1E87 3E05 1C7F B1A0 8A48 0D31 9BD3 D9AC 74D0
> |http://www.hazardous.org/ | whois -h whois.ripe.de FKR-RIPE |
> |all your base are belong to us | shame on me | fkr@IRCnet |
>
>
> --
> PHP General 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]
>
--
PHP General 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]