trevorturk / flash_cookie_session

Rails 3 cookie sessions can cooperate with Flash
79 stars 16 forks source link

Small update to deal with Chrome flash player, bug in join and check on remember token. #15

Closed ethier closed 11 years ago

ethier commented 11 years ago

Chrome no longer sends the HTTP_USER_AGENT as Flash, so I've added in a check on HTTP_REFERER for .swf files.

The remember_token check was updated and now sets nil if it is not passed as a param. The associated join on cookie/remember_token did not have the semi-colon escaped (may be a Ruby 1.9 specific change).

Updated Readme with a few additional notes.

trevorturk commented 11 years ago

Thanks!