--- Michael Conroy <[EMAIL PROTECTED]> wrote:
> I'm using cookies for a php session.
> 
> The problem i'm having is that the session id is showing
> up in the url when a user moves to the next page in the
> site, but then after that it stop showing up in the url
> (the way it should be). I don't want the session id
> (periodically) showing up in the url this causes me
> problems on certain things.

It is session.use_trans_sid. Locate it in your php.ini and
turn it off like this:

session.use_trans_sid = 0

Chris

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to