Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Laravel 4 有一个类 SessionServiceProvider。如何在我的应用程序中使用其中的一些方法,例如 getExpireTime()、getDriver()?
要获得生命周期,您可以使用 MetadataBag:Session::getFacadeRoot()->getMetadataBag()->getLifeTime()
Session::getFacadeRoot()->getMetadataBag()->getLifeTime()