Configuration for the session feature.
Works exactly like cookie_key, but for sessions. See cookie_key for more info.
Default: cookie_key
Accepts: Symbol or String
# File lib/authlogic/session/session.rb, line 22 def session_key(value = nil) rw_config(:session_key, value, cookie_key) end
Generated with the Darkfish Rdoc Generator 2.