My controller tries to set the session value to nil. Within the controller, it works, but then we I reload the browser (not quit), the session value comes back?
How can I keep it cleared out and empty? Is it possible the browser still stores that session even though I set it = nil?
session['value]' = nilorsession = nil?