First post to this list. I'm running Nitro .50 as installed from the Gems posted here recently. When I set a session variable via @context.session[:MYVAR] = str it is always nil on subsequent requests. I've also tried dropping the @context but still nil. Is there any direction on how to properly use session variables?