RE: [PHP-DEV] Re: Cookie Session Problem

2002-12-06 Thread John Coggeshall
> You can turn it off by setting "session.use_trans_sid" parameter > to off (btw, it is off by default). You really should use the session.use_only_cookies directive. John >Bye, >Ivan > > >-- >PHP Development Mailing List >To unsubscribe, visit: http://www.php.net/uns

[PHP-DEV] Re: Cookie Session Problem

2002-12-06 Thread Ivan Ristic
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 thi