Session在Redis存储模式下不支持自定义MaxActive、MaxIdle等参数设置, 默认MaxIdle=5,MaxActive=20,[-->newPool函数](https://github.com/devfeel/dotweb/blob/master/framework/redis/redisutil.go#L34),导致并发场景下Redis连接池耗尽,从而ctx.Session().Get("key"),获取有概率为nil,[-->GetSessionState函数](https://github.com/devfeel/dotweb/blob/master/session/session.go#L153)