Re: [PHP] SID problem

2003-12-04 Thread Marek Kilimajer
L PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, December 04, 2003 3:28 PM Subject: RE: [PHP] SID problem On donderdag 4 december 2003 10:53 Binay told the butterflies: Yes AllowOverride is set to None But then i can not change it as i don have access .. wht other method/solution

Re: [PHP] SID problem

2003-12-04 Thread Binay
D]>; <[EMAIL PROTECTED]> Sent: Thursday, December 04, 2003 3:08 PM Subject: RE: [PHP] SID problem > On donderdag 4 december 2003 10:36 Binay told the butterflies: > > Hi everybody, > > > > I m trying to disable/off "session.use_trans_sid". > >

RE: [PHP] SID problem

2003-12-04 Thread Wouter van Vliet
;Wouter van Vliet" <[EMAIL PROTECTED]> > To: "'Binay'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Thursday, December 04, 2003 3:08 PM > Subject: RE: [PHP] SID problem > > > > On donderdag 4 december 2003 10:36 Binay told the butte

Re: [PHP] SID problem

2003-12-04 Thread Binay
D]> Sent: Thursday, December 04, 2003 3:28 PM Subject: RE: [PHP] SID problem > On donderdag 4 december 2003 10:53 Binay told the butterflies: > > Yes AllowOverride is set to None > > > > But then i can not change it as i don have access .. wht > > other metho

RE: [PHP] SID problem

2003-12-04 Thread Wouter van Vliet
On donderdag 4 december 2003 10:36 Binay told the butterflies: > Hi everybody, > > I m trying to disable/off "session.use_trans_sid". > I don have access to php.ini file... hence trying to unset in > the php scripts and .htaccess file . > > While this works in php script i.e > ini_set("session.u

[PHP] SID problem

2003-12-04 Thread Binay
Hi everybody, I m trying to disable/off "session.use_trans_sid". I don have access to php.ini file... hence trying to unset in the php scripts and .htaccess file . While this works in php script i.e ini_set("session.use_trans_sid","0"); but in .htaccess it seems it doesn't i.e php_flag sessio

[PHP] SID problem?

2002-04-29 Thread Hrvoje Bogunovic
Is this behaviour normal. I can't destroy SID. Take a look at the following code. session_start(); session_unset(); session_destroy(); echo SID;// SID still exists ?! some code session_start(); echo SID; // this SID is equivalent to the one above $sess_id = session_id(); // n