On 05/19/2010 12:31 AM, Andy Brown wrote: > I think your missing a big security problem here. Going C/S will open > up all kinds of security holes...
Andy, a browser is an HTTP / HTTPS client connecting to an HTTP server. Unlike many client-server architectures, HTTP is stateless, which adds a lot of complexity and errors trying to hack a stateful interface on top of it. /Lars --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
