Why Manage Cookies and URL Parameters?
What does it even mean to manage cookies and URL parameters? Well, when building single page apps/sites where you do a lot of sorting,
filtering and refreshing of your data (partially on the page), you want
to preserve some of the state in the browser URL. So when people hit the
back button they don't start completely from scratch, but from the
state indicated in the URL. We have one small but highly useful extension coming up this week, which does exactly that and even more. It's called HTML5 Data Bindings State Management, so stay tuned!