[Pkg-javascript-commits] [node-express-session] 01/12: Description rewrite

Jérémy Lal kapouer at moszumanska.debian.org
Fri Jul 25 22:27:40 UTC 2014


This is an automated email from the git hooks/post-receive script.

kapouer pushed a commit to branch master
in repository node-express-session.

commit c1e74aeac9ec2eddab0158a1dd143674efd1c830
Author: Jérémy Lal <kapouer at melix.org>
Date:   Fri Jul 25 22:56:36 2014 +0200

    Description rewrite
---
 debian/control | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 08f6674..0bf9ea0 100644
--- a/debian/control
+++ b/debian/control
@@ -37,14 +37,14 @@ Depends:
  , node-cookie
  , node-debug
  , node-utils-merge
+Suggests:
+ node-cookie-parser
 Description: simple HTTP session middleware - Node.js module
- This package provides a simple HTTP session middleware which allows
- developers to create a session simply specifying a cookie name
- and many other options.
+ This module is an express middleware that manages session data
+ lifecycle in a session store implementation (memory store by default),
+ identifying it by a session ID found in a HTTP Cookie.
  .
- Middleware stores session data inside the Request HTTP object
- which makes it easily accessible in order give to users the a full
- control over the session. Sessions can be also easily destroyed,
- regenerated and reloaded through API.
+ It takes care of setting the HTTP Set-Cookie header, but doesn't handle
+ the cookie parsing itself, which must be done by another middleware.
  .
  Node.js is an event-based server-side JavaScript engine.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-express-session.git



More information about the Pkg-javascript-commits mailing list