Curing the “Back Button Blues”

后端 未结 6 1358
醉梦人生
醉梦人生 2021-02-02 04:55

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. <

6条回答
  •  春和景丽
    2021-02-02 05:30

    @ 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.

提交回复
热议问题