Warning: Page has Expired  
Author Message
adrianbtc2k





PostPosted: Tue Jul 29 22:18:59 CDT 2003 Top

ASP.Net >> Warning: Page has Expired Hi, I get the following message when the back-button is clicked
"Warning: Page has Expired". This message only appeared after I used
the following line of code.

Page.Response.Expires = 20;


Is there any way to avoid that message and still use the power of the
Cache.

- Thanks

Web Programming60  
 
 
Alvin





PostPosted: Tue Jul 29 22:18:59 CDT 2003 Top

ASP.Net >> Warning: Page has Expired you won't get that error if there is server side activity. increase the
timeout
"Coder Coder" <EMail@HideDomain.com> wrote in message
news:EMail@HideDomain.com...
> Hi, I get the following message when the back-button is clicked
> "Warning: Page has Expired". This message only appeared after I used
> the following line of code.
>
> Page.Response.Expires = 20;
>
>
> Is there any way to avoid that message and still use the power of the
> Cache.
>
> - Thanks