當此用戶訪問首頁時,遍歷 Cookie,將所有 Cookie 存儲到一個 hash(哈希表)中,之后
let mySession = sessions[ hash.sessionId ]let usernameif( mySession ){ ? ?username = mySession.用戶信息 ?// 用戶信息表示 sessions 中的{ key: value }}