sticky-session : Sticky session balancer based on a `cluster` module. You can installing sticky-session npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install sticky-session $ sudo npm install -g sticky-session
If want to update the sticky-session package execute the command as below,
$ sudo npm update sticky-session
Update package globally,
$ npm install -g sticky-session
$ sudo git clone https://github.com/rektide/sticky-session.git
$ sudo npm install -g ./sticky-session
sticky-session@1.1.2 /usr/lib/node_modules/sticky-session
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall sticky-session
| Package Name | sticky-session |
| Version | 1.1.2 |
| Description | Sticky session balancer based on a `cluster` module |
| Released Date | 2016-06-01T03:34:54.252Z |
| Published by | indutny |
| How to Learn | https://www.npmjs.com/package/sticky-session/tutorial |