Entwickler-Ecke

Internet / Netzwerk - always disconnecting why ???


marconi8 - Di 19.08.03 09:31
Titel: always disconnecting why ???
i have already read about connection closed gracefully , but i still getting disconnected

how to solve this problem ????
when my client connects to the server , client also sends a login and password with command get(?host&login=login&password=password&)
after this i am disconnected


but if i set tidhttpserver property keepalive to true then client app hangsup.... what i am doing wrong ?????


MrSaint - So 31.08.03 13:54

so u pass the password and Login to a script, which should interpet them. How du u do this exactly? Like this:

Get('http://www.somehost.com/script.php?host&login=login&password=password');

or just like u've written with

Get('?host&login=login&password=password');

If u do it the second way, try the first one ;)


MrSaint



P.S.: Sorry for my english 8)


matze - Mo 01.09.03 10:57

please post the code here. then we can have a closer look at the problem.