Hi, Is it possible to get rid of sessions by automatically saving page state directly to URL, not into session? So, for example, this can look like: ?pagestate=<automatically serialized state of the page> Of course, this won't work when page has models with large state because of URL length limit, but will work perfectly in lots of cases. This solution would not sacrifice Wicket's stateful nature and solve "Page expired" problem.
If this requires some deep changes of Wicket itself, what parts of Wicket are to look into? Thanks!
