On 5/29/07, Ketan Patel <[EMAIL PROTECTED]> wrote: > > When the form is posted, in expected input, I am not able to see the > session variable alpha which I had set during the intial view. Can > someone point me in right direction what's wrong? > > I know that session variable is set because when I look into database > for session entry, I do see the variable 'alpha' declared as 15 in the > data column. But somehow it is not shown when the form is posted or > read is requested!
I keep saying to myself "people read the manual, Chris, they really do". What debug level do you have your application set to? If it's 0 then you are probably seeing cached data. -- Chris Hartjes My motto for 2007: "Just build it, damnit!" @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
