From 917561e1a9abb58de58801e4e48df455c92c24e6 Mon Sep 17 00:00:00 2001 From: Doug Bromley Date: Sat, 11 Apr 2015 18:47:32 +0100 Subject: [PATCH] Fixes issue #3 where visonmedia Gist link is broken by replacing it with working link --- challenge3/start/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/challenge3/start/app.js b/challenge3/start/app.js index b873202a..af14ae80 100644 --- a/challenge3/start/app.js +++ b/challenge3/start/app.js @@ -24,7 +24,8 @@ app.configure('development', function(){ }); // Store "session" information. To see how to store sessions in a cookie, check out -// https://gist.github.com/visionmedia/1491756 +// https://gist.github.com/OdinsHat/32795c8a595e57c6cf2d +// Note the above is for Express 3.x var sessionInfo = { name:'Guest' };