There is no Response object method that will redirect/forward a page visitor to another page after a specified amount of time.
To achieve this you can use following two methods:
1) Using Javascript:
2) Using the meta tag:The problem with this method is that the redirection page is included in the visitor’s page history, and thus when the user selects the “back” button, they’ll reach the redirection page, which will redirect them to the page from which they just navigated.