Skip to content

crazy2be/session

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Session Library

A simple package that allows persistent server-side storage of session-associated settings.

Install:

goinstall github.com/crazy2be/session

Import:

import "github.com/crazy2be/session"

Use:

s := session.Get(c, r)
s.Get("somekey")
s.Set("somekey", "somevalue")

Do More:

Go to http://gopkgdoc.appspot.com/pkg/github.com/crazy2be/session for documentation and a function reference, always up-to-date thanks to a post-receive hook from github.

About

Persistent server-side storage of small amounts of session-specific data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages