It seems like cookies and querystrings are firmly established in the web world. Nevertheless, javascript makes you do all kinds of splits and parsing to get at the keys and values. Anyone have any insight on why there isn't more intuitive native support for things like cookies and querystrings?
Admittedly, there are plugins and frameworks that make this stuff a little better. I just want to understand why there had to be plugins and frameworks to handle basic stuff like that in the first place.