// 加载 cookieSession 以支持 AV.User 的会话状态
LeanEngine.addSessionCookie(new EngineSessionCookie(3600000,true));
这句报错 实际还需要一个secret做第一个参数,应该传什么呢