Stop Storing State in the Session.

  • Thread starter Thread starter kbachtold
  • Start date Start date
Status
Not open for further replies.
K

kbachtold

Guest
There are a number of places where the application flow is awkward because some of the state is managed via session. This gets really confusing if, for example you have opened multiple windows in the same session, and you are doing different things in them. I've had so many times where I click something, and I end up with a different view than I expected, or a different type of page, because of activity I did in a different window. This makes no sense - the state of my current window should be consistent and independent of all other windows.

Continue reading...
 
Status
Not open for further replies.
Back
Top