Re: [PHP-DEV] Cookie Session Problem

2002-12-06 Thread Chris Shiflett
--- 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 
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] Cookie Session Problem

2002-12-06 Thread Michael Conroy
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.

Why does this happen?

Mike Conroy
Web Services University at Buffalo



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