RIFT-16172: Project switch does not affect polling and socket pages.
[osm/UI.git] / skyquake / skyquake.js
index 4c5adcf..2396e1a 100644 (file)
@@ -110,7 +110,7 @@ if (cluster.isMaster && clusteredLaunch) {
 
        app.use(session({
          secret: 'ritio rocks',
 
        app.use(session({
          secret: 'ritio rocks',
-         resave: true,
+         resave: false,
          saveUninitialized: true
        }));
        app.use(bodyParser.json());
          saveUninitialized: true
        }));
        app.use(bodyParser.json());