Hi All

In all my sessions sites when I had to move from the primary domain using
session to a secondary domain (like from www.domain.com to
secure.domain.com) I added the PHPSESID to the URL and the session in the
new site continued from the previous Domain.

in 4.1.1 when I move from the primary domain to the secondary one I still
can use the session until I click/submit without PHPSESID which then make
PHP loose the old session and start a new one.

Until now I didn't had to submit the PHPSESID every time but only once ( in
the first entrance to the secondary domain )

And Yes
register_globals = On

I dont make thing complex and so I use only:
session_start();
session_register("some_var");

a copy of the php.ini for the 4.1.1 is at:
http://www.canaan.co.il/users/miki/php-ini-4.1.1.txt

Thanks in Advance.

--------------------------
Canaan Surfing Ltd.
Internet Service Providers
Ben-Nes Michael - Manager
Tel: 972-4-6991122
http://sites.canaan.co.il
--------------------------



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

Reply via email to