Boot wrote:

Thanks to those who helped with my last post on session vars.

My question now is why does my server seem to randomly choose whether or not
to show the session ID appended to the browser URL? Sometimes it is there,
sometimes not. All pages session_start();.

Thanks!

Check your browser's cookies... do you have the session id there? If so then you don't need to append the id as part of the url.


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



Reply via email to