Currently WASession >> #handle always unconditionally restores the state even if it is the current one. This results on two state restores, one in the action phase continuation and one in the render continuation, for a "normal" link click, even if no back button is involved.
To avoid this we need some way to know what is the latest state snapshot.
Currently
WASession >> #handle
always unconditionally restores the state even if it is the current one. This results on two state restores, one in the action phase continuation and one in the render continuation, for a "normal" link click, even if no back button is involved.To avoid this we need some way to know what is the latest state snapshot.