RE: [PHP] sessions without trans_id

2001-05-23 Thread Johnson, Kirk
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] s

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 appli

RE: [PHP] sessions without trans_id

2001-05-22 Thread Johnson, Kirk
D] > Subject: [PHP] sessions without trans_id > > 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. Wh

[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