1.0.2 • Published 6 years ago

@curiousmedia/session v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

Building

npm run dist

Usage

Global

<script src="dist/session.js"></script> // or dist/session.min.js  
<script>  
    var session = new Session( 'my-prefix' );  
</script>

See demo/index.html

Node

let session = new Session( 'my-prefix' )```

`session.set('wow', 1);`
`session.get('wow');    // 1`
`session.clear();`
`session.get('wow');    // null`
1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago