Skip to content

Commit

Permalink
Improved documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
rivo committed Jan 6, 2018
1 parent 297b127 commit 771a4a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -76,7 +76,7 @@ Then there is `Persistence` used to connect to the session store of your choice

See http://godoc.org/github.com/rivo/sessions for the documentation.

See also the Wiki for more examples and explanations.
See also the [Wiki](https://github.com/rivo/sessions/wiki/) for more examples and explanations.

## Your Feedback

Expand Down
4 changes: 2 additions & 2 deletions config.go
Expand Up @@ -95,7 +95,7 @@ var (
// connect it via the persistence layer.
MaxSessionCacheSize = 1024 * 1024

// SessionCacheExpiry is the maximum duration a session will remain in the
// local cache.
// SessionCacheExpiry is the maximum duration an inactive session will remain
// in the local cache.
SessionCacheExpiry = time.Hour
)

0 comments on commit 771a4a1

Please sign in to comment.