Ever stumbled on a tutorial that you feel is of great value but not quite explained properly? That\'s my dilemma. I know THIS TUTORIAL has some value but I just can\'t get it. <
@ troelskn
If you design your application without any server side state ....
It is not possible to design an effective application which does not have state, otherwise all you have is a collection of individual pages which do not communicate with each other. As maintaining state on the client is fraught with issues there is no effective alternative but to maintain state on the server.