Re: Keeping State

2010-02-22 Thread Andy Dirnberger
able to be comfortable enough to > create a hangman program. How would I go about keeping state on the > server side? In PHP it was with Sessions. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message

Keeping State

2010-02-22 Thread Josh LaMar
state variable each time it's clicked. From this I want to be able to make an addition calculator that adds to input variables. Eventually I would be able to be comfortable enough to create a hangman program. How would I go about keeping state on the server side? In PHP it was with Sessions. Check o