Re: Session date missing after redirect

2015-01-24 Thread David Watson
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

Re: Session date missing after redirect

2015-01-21 Thread David Watson
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

Re: HELP - Session Files not created on ISP but created on localhost ??

2015-01-21 Thread David Watson
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

HELP - Session Files not created on ISP but created on localhost ??

2015-01-21 Thread David Watson
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