is there any possibility, to set a timeout for SecureConnection??
PHP Code:
SecureConnection _sc = (SecureConnection)
Connector.open("ssl://address:port;deviceside=true;");
i need to set timeout for 20 seconds, i'm looking for a solution but i did not find any..