[PHP] sessions without trans_id

2001-05-22 Thread Dalyyla

hi,

I have pbs with sessions. I would like to know first how to do , (enable
or
disable) about sessions in the php.ini file while I don't want to use
cookies
on the client at all.
I suppose I must put the id myself in each page. About this pint, I'd
like
to check something : if in my application I don't use the trans_id and
put
id in url's manually then if i publish my application on a server where
trans_id is enabled. What would happen ? He would put it anyway ?

Thanks
Dalyyla





-- 
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]




Re: [PHP] sessions without trans_id

2001-05-23 Thread Dalyyla

hi,

> You could use an .htaccess file to disable the session.use_trans_sid flag in
> the php.ini file, like this:
>
> php_flag session.use_trans_sid off
>
> Kirk
>

*** what I meant if i publish it on another server and which is used by lots of
clients
I suppose that some of them made their application with trans-id and other
without
so I would have to choose the good server the one where trans-id is not enabled
...??? SO that's why I was asking I would like to build an application that
could work everywhere...
By the way is there a way to hide the SID , when it is not done by the method
POST, for example in header(location:...) or manually bu the calling of the
page??

Thanks

Dalyyla


-- 
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]