Displaying 1 result from an estimated 1 matches for "proper_cookies".
Did you mean:
proper_cookie
2008 Jun 06
2
Messy Cookies
...'s code and rewrote it a bit. I moved some logic (which
currently is in #service) from #call to Base#to_a. So even if you''re not using
Rack, you need to call #to_a in order to clean things up.
The code is available in the proper_cookie-branch:
http://github.com/judofyr/camping/commits/proper_cookies
I''ve tested it with Firefox + LiveHTTPHeaders and it seems to work fine. If
anyone spots a bug, please comment on a commit (or scream out on IRC)!
Oh, and _why has to decide if we should make the session-system completely
XSS-proof, or be a little more relaxed. It doesn''t have t...