SecureBlackbox 2020 PHP Edition

Questions / Feedback?

AllowKeepAlive Property

Enables or disables keep-alive mode.

Object Oriented Interface

public function getAllowKeepAlive();
public function setAllowKeepAlive($value);

Procedural Interface

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

Default Value

true

Remarks

Use this property to enable or disable the keep-alive connection mode. If keep-alive is enabled, clients that choose to use it may stay connected for a while.

Data Type

Boolean

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