Navigation Menu

Skip to content

Commit

Permalink
Doco one cookie per name.
Browse files Browse the repository at this point in the history
Fixes #1141
  • Loading branch information
bigpresh committed Feb 7, 2016
1 parent 2f4e47d commit 61ad27c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/Dancer.pm
Expand Up @@ -696,6 +696,10 @@ Use list context to fetch them all:
my @values = cookie "name";
Note that if the client has sent more than one cookie with the same value, the
one returned will be the last one seen. This should only happen if you have
set multiple cookies with the same name but different paths. So, don't do that.
=head2 config
Accesses the configuration of the application:
Expand Down

0 comments on commit 61ad27c

Please sign in to comment.