From:             [EMAIL PROTECTED]
Operating system: RH7.1
PHP version:      4.1.1
PHP Bug Type:     Session related
Bug description:  Session get replaced when moving to other domain

When I move from www.domain.com to secure.domain.com with the PHPSESID in
the URL the session from the previous domain continue to work in the new
one until the first inner link that does not have the PHPSESID is
clicked.

When such link is clicked ( or submitted ) the session_start/register
initiate new session to the domain and forget about the old session.

This behavior started after I upgraded to 4.1.1 from 4.0.6.

IMHO
In 4.0.6 the session was accepted for the domain ( as default ) after
PHPSESID was delivered but in 4.1.1 its not.
-- 
Edit bug report at: http://bugs.php.net/?id=15158&edit=1


-- 
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