(def parsecookies (s) (map [tokens _ #\=] (cdr (tokens s [or (whitec _) (is _ #\;)]))))
From srv.arc ©
srv.arc