Displaying 1 result from an estimated 1 matches for "proper_cookie".
Did you mean:
proper_cookies
2008 Jun 06
2
Messy Cookies
...allows you to do
Blog.get(:Controller)).
So I took Bluebie''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
X...