Closed brucexiejunling closed 7 years ago
// destory old session if(id) { id = null; return opts.store.destroy(id); }
what's the meaning of destroying it, since id has already been set as null
@brucexiejunling Oh! That's a bug! I'll fix it soon! thanks! :)
// destory old session if(id) { id = null; return opts.store.destroy(id); }
what's the meaning of destroying it, since id has already been set as null