Skip to content

Commit

Permalink
Also recommend to empty the cookie jar
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 27, 2023
1 parent c0c43eb commit 8197593
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Mojo/UserAgent/CookieJar.pm
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,11 @@ L<Mojo::UserAgent::CookieJar> implements the following attributes.
File to L</"load"> cookies from and L</"save"> cookies to in Netscape format. Note that this attribute is
B<EXPERIMENTAL> and might change without warning!
# Save cookies in file
# Save cookies to file
$jar->file('cookies.txt')->save;
# Load cookies from file
$jar->file('cookies.txt')->load;
# Empty cookie jar and load cookies from file
$jar->file('cookies.txt')->empty->load;
=head2 ignore
Expand Down

0 comments on commit 8197593

Please sign in to comment.