Skip to content

Commit

Permalink
comment out sessionFileStore
Browse files Browse the repository at this point in the history
  • Loading branch information
dany-on-demand committed Jul 30, 2016
1 parent 82b4715 commit a1638fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ express_server.active_channel = new Channel()

express_server.use(compression())
express_server.use(session({
store: new sessionFileStore(),
// store: new sessionFileStore(),
secret: uuid.v4(),
resave: false,
saveUninitialized: true
Expand Down

0 comments on commit a1638fa

Please sign in to comment.