Skip to content

Commit

Permalink
the tutorial description does not need to be as detailed
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 30, 2015
1 parent 6c240b8 commit 3318c59
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions lib/Mojolicious/Guides/Tutorial.pod
Expand Up @@ -711,11 +711,10 @@ constructs.

=head2 Sessions

Cookie based sessions just work out of the box, as soon as you start using them
through the helper L<Mojolicious::Plugin::DefaultHelpers/"session">. Just be
aware that all session data gets serialized with L<Mojo::JSON>, before being
Base64 encoded and cryptographically signed with HMAC-SHA1, to prevent
tampering.
Cookie based sessions just work out of the box, as soon as you start using
them through the helper L<Mojolicious::Plugin::DefaultHelpers/"session">. Just
be aware that all session data gets serialized with L<Mojo::JSON> and stored
client-side, with a cryptographic signature to prevent tampering.

use Mojolicious::Lite;

Expand Down

0 comments on commit 3318c59

Please sign in to comment.