Results 1 to 4 of 4

Thread: Password Protected Directories Expiry Timeframe
      
   

  1. #1
    brendonjohnliew is offline Sergeant
    Join Date
    Jun 2006
    Posts
    29

    Default Password Protected Directories Expiry Timeframe

    Hi, how can I make my password directories expire in a fixed amount of time, say 5mins, so that if my visitors want to access the files in the password protected directories after a period of inactivity, they will need to re-login again.
    Currently,I only need to login once to access the password-protected directory, and even after 1 hour of inactivtity, I can still access the files (which is very unsecure). I would like the login validity to be about 5 mins.

  2. #2
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: Password Protected Directories Expiry Timeframe

    Not with a password protected directory. All of that is controlled by Apache, which you don't have direct access to on your account, which even if you did I am not entirely sure there is a simple setting to change the expiration time.

    If you are wanting something where they are logged out after 5 minutes of being idle, the only method is having scripted user management system, similar to what this forum uses, not necessarily as advanced, but one where the script handles the logins instead of the server (Apache).

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

  3. #3
    brendonjohnliew is offline Sergeant
    Join Date
    Jun 2006
    Posts
    29

    Default Re: Password Protected Directories Expiry Timeframe

    Hi Watdaflip,

    I think I would like to purchase your Login script. Can you get back to me at admin@estevanmarketing.com ? I sent you an email already yesterday. By the way, hope you accept Paypal payments.



    Quote Originally Posted by Watdaflip View Post
    Not with a password protected directory. All of that is controlled by Apache, which you don't have direct access to on your account, which even if you did I am not entirely sure there is a simple setting to change the expiration time.

    If you are wanting something where they are logged out after 5 minutes of being idle, the only method is having scripted user management system, similar to what this forum uses, not necessarily as advanced, but one where the script handles the logins instead of the server (Apache).

  4. #4
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: Password Protected Directories Expiry Timeframe

    I just sent you an email back (sorry you email was automatically put in my spam box)

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49