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
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 > -Original Message- > From: Dalyyla [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 22, 2001 6:30 AM > To: [EMAIL PROTECTED] > Subject: [PHP