Raymond Law
Badminton on Rails
-
Another reason not to get the Macbook Air…
Posted on March 10th, 2008 2 commentsApparently, the Macbook Air is known to disappear into thin air… LOL
-
Rails 2.0.2 broke non-cookie based session support
Posted on March 10th, 2008 No commentsNon-cookie based session used to work with Rails 1.2.6. I just wasted a couple hours figuring this out. Some googling reveals Rails 2.0.2 broke this… WTF!?
From the Rails docs:
:cookie_only – if true (the default), session IDs will only be accepted from cookies and not from the query string or POST parameters. This protects against session fixation attacks.
But it doesn’t work!!!



Recent Comments