_testSession: (sStore, sId) ->console.log 'called _testSession with session id: ' + sIdsStore.get sId, (error, session) ->expressSession = new SessionsessionId: sIdsessionStore: sStore, sessionexpressSession.foo = 17console.log 'set expressSession.foo to: ' + expressSession.foosetTimeout (()->sStore.get sId, (error, session) ->console.log 'foo = ' + session.foo), 1000
called _testSession with session id: SikwJgH5CnDPE64FhmvVSaS3.eqy5UHIqIWY3QM3EFlIrFGvjU2dvjhPBBcWSl7LiAqcset expressSession.foo to: 17foo = undefined
expressSession = new SessionsessionID: sId
sessionStore: sStore, sessionexpressSession.foo = 17