> > Aren't these php.ini settings? > They sure are. However changing their values in the php.ini doesn't seem to have any affect for me. Doing it in php does. I'm not going to question it - it's my fault to use a Win-based dev box ; ).
Btw. CakePHP does modify the "session.use_trans_sid" value on runtime as well. However it's a known PHP bug that this won't work unless setting "url_rewriter.tags" to '' too. -- Felix -------------------------- http://www.thinkingphp.org http://www.fg-webdesign.de John David Anderson (_psychic_) wrote: > On Nov 30, 2006, at 11:18 AM, Felix Geisendörfer wrote: > > >> On my local dev machine something is messed up with Sessions as >> well and fixing it in php.ini does not help. >> >> Rescue comes from a little addition to /app/config/bootstrap.php >> ---------------------------------------------------------------------- >> ---------- >> ini_set("url_rewriter.tags",""); >> ini_set('session.use_trans_sid', false); >> ---------------------------------------------------------------------- >> ---------- >> > > Aren't these php.ini settings? > > I'd also check your cookies to see what's up with them. > > - John > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
