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