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.
在过去的几个月里,我尝试在多个地方设置 Aura AuthFactory中的会话 cookie。我似乎找不到合适的地方,也找不到任何关于如何设置会话超时的文档。
谁能指出我正确的方向?
你在寻找
public function newResumeService( AdapterInterface $adapter = null, $idle_ttl = 1440, $expire_ttl = 14400 ) {
https://github.com/auraphp/Aura.Auth/blob/624fc819c7f329f8a269a219cfabe252573005a2/src/AuthFactory.php#L137-L138
这?