We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aeba6f commit 1749d9bCopy full SHA for 1749d9b
1 file changed
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