= private = protected
[]=(key, val)
Set the session data for key key.
# File lib/cgi/session.rb, line 312 def []=(key, val) @write_lock ||= true @data ||= @dbman.restore @data[key] = val end