[PHP-DEV] PHP 4.0 Bug #4670 Updated: Session_start() seems to localize session to a script. From: Bug Database (php-dev <email protected>)
Date: 05/29/00

ID: 4670
User Update by: arcon2600 <email protected>
Old-Status: Open
Status: Closed
Bug Type: Session related
Description: Session_start() seems to localize session to a script.

Ok, so my previous comments were off. I took a look at session.c and
tied my previous trouble with sessions only working with a meta re-direct.
I tried setting session.referer_check = 0 and that didn't help. I just looked
at the code again and noticed that it only checks to see if it's null, not to see
if it's 1 or 0. After setting session.referer_check =
it workled fine. So now this bug is closed and I'll check and see if the referer
bit is my problem or not.....

Thanks,
Adam

Full Bug description available at: http://bugs.php.net/version4/?id=4670

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>