thinkjs/lib/Lib/Driver/Session/FileSession.class.js
2013-11-04 18:17:35 +08:00

14 lines
190 B
JavaScript

/**
* 文件Session
* @return {[type]} [description]
*/
module.exports = Session(function(){
return {
get: function(){
},
set: function(){
}
}
})