You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# * <tt>:null_session</tt> - Provides an empty session during request but doesn't reset it completely. Used as default if <tt>:with</tt> option is not specified.
137
-
# Note if <tt>default_protect_from_forgery</tt> is true, Rails call protect_from_forgery with <tt>with :exception</tt>.
138
-
# This might not be intuitive as the method itself treats <tt>:with</tt> as <tt>:null_session</tt> by default.
139
138
#
140
139
# You can also implement custom strategy classes for unverified request handling:
0 commit comments