How to redirect to a new page from a page receiving a HTTP Post

Jan 12 2006 11:07 AM

Hi All,

I'm facing a strange problem. I'm doing a HTTP Post to a web page (which is a login page) and that page reads the contents of the post properly. Now I need to redirect to homepage after the user credentials are verified in the login page. When I'm trying to redirect to the homepage, I receive the following error:

Exception: The thread was aborted.

Why is it that I'm not able to redirect to the homepage from login page after doing a HTTP Post.
If I don't do HTTP Post, then I'm able to properly redirect to the homepage.

How can adeveloper handle such a scenario where he needs to redirect to another page from a page receiving HTTP Post?? Can someone help??

TIA

Debsoft