Skip to content

Commit

Permalink
Adding missing docs to delete cookies with :all which were added that…
Browse files Browse the repository at this point in the history
… way.
  • Loading branch information
rizwanreza authored and josevalim committed Jun 11, 2010
1 parent f991326 commit 6148b2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion actionpack/lib/action_dispatch/middleware/cookies.rb
Expand Up @@ -48,7 +48,8 @@ def cookie_jar
# * <tt>:domain</tt> - The domain for which this cookie applies so you can
# restrict to the domain level. If you use a schema like www.example.com
# and want to share session with user.example.com set <tt>:domain</tt>
# to <tt>:all</tt>
# to <tt>:all</tt>. Make sure to specify the <tt>:domain</tt> option with
# <tt>:all</tt> again when deleting keys.
#
# :domain => nil # Does not sets cookie domain. (default)
# :domain => :all # Allow the cookie for the top most level
Expand Down

0 comments on commit 6148b2d

Please sign in to comment.