twee-session-extension

0.0.3 • Public • Published

twee-session-extension

Twee.io Logo

Gitter npm npm

Session Extension for Twee.io Framework - MVC Framework for Node.js and io.js based on Express.js.

Session depends of twee-cookies-extension and twee-cache-extension/redis. No need to store sessions in another places. First of all because if this is disk - it is not useful and you don't test your application in real environment. The second reason is that memory does not save your sessions after server restarts. And the last reason is that redis does not have these problems and it is used in production. So you work in the same environment as it is in production.

To install it use this command:

npm install twee-session-extension --save

Editing package.json of your application:

"dependencies": {
    "twee-session-extension": "*"
}

Turning extension ON in application/configs/twee.js:

module.exports = {
    "extensions": {
        "Session": {
            "module": "twee-session-extension"
        }
    }
};

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i twee-session-extension

Weekly Downloads

0

Version

0.0.3

License

MIT

Last publish

Collaborators

  • mesin