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


Justin French
http://indent.com.au
http://soundpimps.com

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

Reply via email to