SecureBlackbox 2020 PHP Edition

Questions / Feedback?

SessionTimeout Property

Specifies the default session timeout value in milliseconds.

Object Oriented Interface

public function getSessionTimeout();
public function setSessionTimeout($value);

Procedural Interface

secureblackbox_httpserver_get($res, 72 );
secureblackbox_httpserver_set($res, 72, $value );

Default Value

360000

Remarks

Specifies the period of inactivity (in milliseconds) after which the connection will be terminated by the server.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]