Hi Ken ..
Glad to hear that my hint helped it took a long time tracing through code
to find it, as it sounds like you had a similar issue, but related to white
space - it's very difficult to spot the real issue,as you just get
blackholed, with no indication why .. Now that the issue has been
docume
Hi Ken ..
You may be having the same issue that I had .. you replied to my post as
well .. I found out that cake checks for any header (or debug/echo) being
sent before the session starts will cause the session not to start your
addition of the Cakesession::Start just forces the session start
Hi Ken
Thanks for your help, I found the solution after a bit more Investigation
after taling to someone on the irc chat line .. The solution turned out to
be some of the debugging statements that I had put in to find out what was
going on.. The session start that is used by cake-php checks fo
Hi All ..
I am new to CakePHP but a seasoned developer and have been developing my
first real app using CakePHP, after a bit of a rocky start, I got rolling
on my application creating various models,views and controllers for my
application on my development localhost. Life was good, but then I