Hi,
Just wondering what people would suggest for an approach for a WinForms client that will have to interact with my web application (ruby on rails, which will use AuthLogic for authentication).
For example options such as: * authentication each HTTP request, * gets a token for the session until it times out * other?
This can be treated as a generic client to web application type question I think, i.e. web application using the standard HTTP/HTTPS etc.
thanks