Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I want to write C# application that will log on to web page with provided user name and password. Any hint on this! Thanks, Perry
Then you need to keep the session identity from one request to the next. Get the cookies collection from each response and use in the next request that you make.
Despite everything, the person most likely to be fooling you next is yourself.