We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb49169 commit 328fa6cCopy full SHA for 328fa6c
system/Session/Handlers/RedisHandler.php
@@ -58,6 +58,8 @@ class RedisHandler extends BaseHandler
58
protected $sessionExpiration = 7200;
59
60
/**
61
+ * @param string $ipAddress User's IP address
62
+ *
63
* @throws SessionException
64
*/
65
public function __construct(AppConfig $config, string $ipAddress)
0 commit comments