One option is to store data in the window.location.hash (or equivalently html5 pushstate).
See e.g.: http://yuilibrary.com/yui/docs/router/ For docs on a library that uses this. This avoids server-side storage and still gives permalinkable state.
One option is to store data in the window.location.hash (or equivalently html5 pushstate).
See e.g.: http://yuilibrary.com/yui/docs/router/ For docs on a library that uses this. This avoids server-side storage and still gives permalinkable state.