If the server has trans-sid enabled, you can disable it for your application
using an .htaccess file, as given below.

> -----Original Message-----
> From: Dalyyla [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 23, 2001 2:14 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] sessions without trans_id
> 
> 
> 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]

Reply via email to