Monday, November 08, 2010 at 12:04 AM.

system.verbs.builtins.mainResponder.members.cookieStringToTable

on cookieStringToTable (cookieString) {
	<<Take a cookie string and return a table. The cookie string is in the same format as search args and post args -- foo=value1&bar=value2...
		<<04/10/00; 11:56:20 AM by PBS
	
	local (t);
	new (tableType, @t);
	webserver.parseArgs (cookieString, @t);
	return (t)}



This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.