So what is the default way of sending PHPSESSID if not as a cookie?
What is the best way to send PHPSESSID?
thanks,
Leszek
There are some settings in your php.ini file which control this
behavior: session.use_cookies, and session.use_only_cookies. They are
explained here:
http://www.php.net/manual/en/ref.session.php
Hope this helps!
Scott