Justin French wrote:
> Hi,
> 
> When I run phpinfo(), use_trans_sid is set to 1 (assume 1 = enabled) on
> both my test server, and on my live server.  Great!
> 
> Only trouble is, when I disable cookies in my browser, the sessions are
> lost (in this case, each page asks me to login, rather than only once).
> 
> Is there anything special I have to do to ensure I have a system which
> uses cookies by default, and use_trans_sid as a second option, without
> have to carry the SID around in the URL? (page.php?<?=SID?>)?

Look for my "PHP4 sesison helper HTML" in www.zend.com Code Gallary.

-- 
Yasuo Ohgaki
Please CC me when you reply to news/list messages.
Do not reply only to me :)


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to