PDA

Click to See Complete Forum and Search --> : Expiration ASP Page


benoit
Mar 15th, 2001, 01:02 AM
I have login page in asp and i would to expired this page.
Because i don't would like users see this page after entering in the site.

Thank you very much.
Best Regards

Mar 15th, 2001, 01:58 AM
You can use the object Response.

Response.Expires

Active
Mar 15th, 2001, 08:27 AM
Response.Expires = 0

Makes the Page Expire Immediately.

Response.Expires = 60

Makes the Page Expire in 1 Hour !