Skip to content

Commit

Permalink
Fix session
Browse files Browse the repository at this point in the history
  • Loading branch information
biggora committed Apr 17, 2015
1 parent 6580945 commit 4389f71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/snippets/session.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = function (app,express) {
maxAge: config.session.maxAge
},
key: config.session.key,
secret: config.session.secret.
secret: config.session.secret,
proxy: true,
resave: true,
saveUninitialized: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "trinte",
"description": "TrinteJS - MVC framework for NodeJS",
"version": "0.3.4",
"version": "0.3.5",
"keywords": [
"app",
"mvc",
Expand Down

0 comments on commit 4389f71

Please sign in to comment.