package utils import ( "github.com/astaxie/beego" ) // GetSessName 获取配置文件中sessionName func GetSessName() string { return beego.AppConfig.String("SessionName") }