You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: