David Schwartz wrote:
> "Tosca Berisha" <(E-Mail Removed)> wrote in message
> news:h8eOd.18892$(E-Mail Removed). ..
>
>
>>Please specify if you are talking about HTTP protocol. In HTTP a
>>connection lasts only as long as an html file is transmitted or whatever
>>you are generating. HTTP is not designed to stay connected. That's why
>>banks have so many security problems with online banking when they don't
>>use HTTPS.
>
>
> This isn't really true anymore. HTTP/1.1 and later specify a protocol
> for persistent HTTP connections. An HTTP/1.1 protocol exchange assumes
> persistent connections by default, and the client must specifically say if
> it doesn't want one. Here was the first reasonable looking web page I found
> about this
> http://java.sun.com/j2se/1.5.0/docs/...keepalive.html just the
> first section.
>
> DS
>
>
Well that is not part of the design, that part of the "Oops, I guess we
need persistent connections, let stick in there somewhere".
That solution of HTTP 1.1 is not good enough. I has too many problems.
Actually using it is so terrible.
What I want to say is that we need a new protocol for persistent
connections, with persistent connections in mind, and maybe only with
persistent connections in mind.
Check out FTP. Once user is logged in a session is started and traced by
communication handle of the protocol, not with some cookies or from
variable or extra long encoded URL string all of these are so fragile
and unreliable, and so supported little. And on top of that incompatible
with popular browser.
TB