Hi Anton, you may want to look into the lookupCookie and lookupCookies functions if you haven't done so already:
http://hackage.haskell.org/packages/archive/yesod-core/0.7.0.2/doc/html/Yesod-Request.html
(it's previous version of yesod but it should be the same)
you could use it directly inside your handler, something like this: (haven't tested it though)
getYourRouteR = do
maybeSomeVal <- lookupCookie "someName"
...
cheers
----nubis :)
Michael. Show me please how do to lookup cookies in yesod.Thanks.
--
Best regards,
Cheshkov Anton
Phone: +7 909 005 18 82
Skype: cheshkov_anton
_______________________________________________
web-devel mailing list
web-devel@haskell.org
http://www.haskell.org/mailman/listinfo/web-devel