0

在过去的几个月里,我尝试在多个地方设置 Aura AuthFactory中的会话 cookie。我似乎找不到合适的地方,也找不到任何关于如何设置会话超时的文档。

谁能指出我正确的方向?

4

1 回答 1

1

你在寻找

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

这?

于 2018-04-24T09:12:11.953 回答