Results 1 to 3 of 3

Thread: Expiration ASP Page

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2001
    Posts
    1

    Angry

    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

  2. #2
    Guest
    You can use the object Response.
    Code:
    Response.Expires

  3. #3
    Addicted Member Active's Avatar
    Join Date
    Jan 2001
    Location
    Lat: 13° 4' 46" N, Long: 80° 15' 20" E
    Posts
    209
    Response.Expires = 0

    Makes the Page Expire Immediately.

    Response.Expires = 60

    Makes the Page Expire in 1 Hour !
    If you can't beat your computer at chess, try kickboxing !!!
    [Download Tag Editing Tools.]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width