Hi Anton, you may want to look into the lookupCookie and lookupCookies functions if you haven&#39;t done so already:<br><a href="http://hackage.haskell.org/packages/archive/yesod-core/0.7.0.2/doc/html/Yesod-Request.html">http://hackage.haskell.org/packages/archive/yesod-core/0.7.0.2/doc/html/Yesod-Request.html</a><br>
<br>(it&#39;s previous version of yesod but it should be the same)<br>you could use it directly inside your handler, something like this: (haven&#39;t tested it though)<br><br>getYourRouteR = do<br>  maybeSomeVal &lt;- lookupCookie &quot;someName&quot;<br>
  ...<br><br>cheers<br>----nubis :)<br><br><br><div class="gmail_quote">On Wed, Apr 27, 2011 at 2:17 PM, Anton Cheshkov <span dir="ltr">&lt;<a href="mailto:acheshkov@gmail.com">acheshkov@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Michael. Show me please how do to lookup cookies in yesod.<div><br></div><div>Thanks.<br clear="all"><br>-- <br>Best regards,<br>
Cheshkov Anton <br>Phone: +7 909 005 18 82<br>Skype: cheshkov_anton<br>
</div>
<br>_______________________________________________<br>
web-devel mailing list<br>
<a href="mailto:web-devel@haskell.org">web-devel@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/web-devel" target="_blank">http://www.haskell.org/mailman/listinfo/web-devel</a><br>
<br></blockquote></div><br>