(responding to myself)
In article <93uoh9$613$[EMAIL PROTECTED]>, [EMAIL PROTECTED]
(CC Zona) wrote:
> This must sound pretty far-fetched, but as far as I can tell, my site is
> attempting to set a session cookie from any and all PHP pages, even when
> the page has no calls to session_* functions and where there were also no
> previous visits to pages with such calls. Where is the setting that is
> initializing these unneccessary sessions and sending the cookies? I looked
> for something in php.ini or phpinfo() to explain it, but came up empty.
It looks like I've finally figured out the answer to this part of my
question (it's always five minutes after you finally break down and ask for
help, isn't it? <sigh>). Apparently session.auto_start=1 was the culprit.
I'm still hoping someone can help me with the other question, though:
> I wondered about that "session.use_trans_sid", but there's no reference to
> it in my php.ini file (yes, I checked that phpinfo says I'm looking at the
> correct one) and I also cannot find anything about it in the PHP.net online
> docs. What does that setting do, and where is it configured?
<snip>
> session.use_trans_sid 1 1
Thanks again.
--
CC
--
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]