Not sure what you are planning to do with the data, but you shouldn't
trust data in cookies. It is trivial to edit the cookies in your
browser using something like FireCookie [1]   Cookies are fine for
storing form info, or something like that, but you wouldn't want to
store something like admin=true in the cookie.

Alex

[1] https://addons.mozilla.org/en-US/firefox/addon/firecookie/

On Sat, Jan 21, 2012 at 10:16 PM, Folcon <fol...@gmail.com> wrote:
> Thanks a lot Daniel, much appreciated!
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to