While I haven't come across this specific problem yet, I have had session problems with 1.1 and if you search the forum you'll find several other people that have as well. If you turn down your security to medium or low in /app/config/core.php it should help with this. Also, 1.2 seems to be a lot more robust in this respect and I haven't had a problem with sessions since I upgraded so that might fix your problem as well.
On Jan 8, 3:06 pm, beetlejuice <[EMAIL PROTECTED]> wrote: > hello all, > > FYI : > i'm using cakephp 1.1.19.6305 > and was about to commit suicide because of session handling. > some actions from a controller without model were doing great with > session, > others from another controller (with model) couldn't handle session > (passing vars from one to another). > > i finally noticed that the models in use in the faulty controller got > a blank line, at the beginning of the file, like this : > > ----------------------------- begin ----------------------------- > > <?php > > instead of : > > ------------------------------ begin ----------------------------- > <?php > > must be because of some text output before header could be send ? > > if anyone have a idea ? it is something "common" ? > thanks :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
