Does reload set session[myvariable] = nil ??

I've got this in my index.html.erb

    @show_statistics = session[:show_statistics]

Using the default 2.0 cookies session, it comes up as nil everytime I reload the browser. What's the deal?