Skip to content

Commit

Permalink
Update session.md (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlcmh authored Mar 20, 2023
1 parent e676b9a commit 3d2a9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/session.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ proc logout*(ctx: Context) {.async.} =
resp $ctx.session
```

More session examples are in [Session](https://github.com/planety/prologue/tree/devel/examples/session) and [Blog](https://github.com/planety/prologue/tree/devel/examples/blog)
More session examples are in [Signed Cookie Session](https://github.com/planety/prologue/tree/devel/examples/signedcookiesession) and [Blog](https://github.com/planety/prologue/tree/devel/examples/blog)


## Session based on memory
Expand Down

0 comments on commit 3d2a9f7

Please sign in to comment.