如何在Auraphp的AuthFactory中设置会话时间?

时间:2018-04-23 19:39:22

标签: php auraphp

在过去的几个月里,我尝试在Aura AuthFactory中设置会话Cookie。我似乎无法找到合适的位置,而且我无法找到一些文档如何设置会话超时。

有人能指出我正确的方向吗?

1 个答案:

答案 0 :(得分: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

此?