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
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".
> >
;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
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
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
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
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
7 matches
Mail list logo