SeasideSt / Seaside

The framework for developing sophisticated web applications in Smalltalk.
MIT License
519 stars 71 forks source link

Don't restore current state #1426

Open marschall opened 4 months ago

marschall commented 4 months ago

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.