On Wed, 15 May 2002, Joshua E Minnie wrote:
> I have been using some simple session management for some of my pages.  I am
> inquiring about the use of transparent session id usage.  I have read the
> manual and I am still a little confused on how to go about using it.
> 
> I did run phpinfo() to make sure that trans-id was enabled.  It outputed:
>     session.use_trans_id    [local value] 1        [master value] 1
> 
> I am assuming that this means it is enabled.  Now my question is how do I go
> about using a trans-id?  I've seen session id appended to the URL (i.e.
> this.php?PHPSESSID=a2604374903c616c9cd34e13c0ceed98), but would like to use
> it without disclosing the session id in the URL.

You can't; that's how it works. This is why people prefer cookies.

miguel


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

Reply via email to