I'm trying to track an "anonymous" user's actions and eventually associate them with their account once they register. I figured I'd do this by setting a permanent cookie. My best option is to have the following in the ApplicationController:I'm trying to track an "anonymous" user's actio