Results 1 to 7 of 7

Thread: Secure Folder Question

  1. #1
    Join Date
    May 2006
    Posts
    84
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Secure Folder Question

    How do the log-in sessions work with secure folders?

    Is there anyway of allowing someone to log out at all?

    For instance if I log-in I can leave the site and come back to the secure pages without having to log-in again. Also when I close the browser and return pages within the secure area show up until I hit refresh.

  2. #2
    Join Date
    Feb 2004
    Posts
    4,903
    Thanks
    2
    Thanked 134 Times in 113 Posts

    Default

    Quote Originally Posted by MWF View Post
    How do the log-in sessions work with secure folders?

    Is there anyway of allowing someone to log out at all?
    Its standard HTTP auth, within the HTTP protocol - not a login system based on sessions/cookies. To clear the authenticated HTTP session, the browser needs to be restarted.

    Quote Originally Posted by MWF View Post
    For instance if I log-in I can leave the site and come back to the secure pages without having to log-in again. Also when I close the browser and return pages within the secure area show up until I hit refresh.
    This would be the cache, wouldnt actually be the real file from the secured folder.
    Warren Ashcroft
    Red Fox UK Limited - Pioneers in Internet Technology
    http://www.redfoxuk.com
    w.ashcroft [at] redfoxuk.com

    NOTE: Forum Private Messaging should not be used to contact staff with support queries.

  3. #3
    Join Date
    May 2006
    Posts
    84
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    I see.

    Thanks for the info. I need to convince my MD that it's a secure system as he's bothered about someone jumping on his machine after he's used it and going back to the secure pages.

  4. #4
    Join Date
    May 2006
    Posts
    84
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    OK what I've done is used meta-tags to stop the browser caching the content and it seems to work well

  5. #5
    Join Date
    Feb 2004
    Posts
    4,903
    Thanks
    2
    Thanked 134 Times in 113 Posts

    Default

    Quote Originally Posted by MWF View Post
    OK what I've done is used meta-tags to stop the browser caching the content and it seems to work well
    Out of interest, which meta tags?
    Warren Ashcroft
    Red Fox UK Limited - Pioneers in Internet Technology
    http://www.redfoxuk.com
    w.ashcroft [at] redfoxuk.com

    NOTE: Forum Private Messaging should not be used to contact staff with support queries.

  6. #6
    Join Date
    May 2006
    Posts
    84
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Warren Ashcroft View Post
    Out of interest, which meta tags?
    I just did a Google search and the sites found suggested using

    Code:
    <meta http-equiv="PRAGMA" content="NO-CACHE">

  7. #7
    Join Date
    Feb 2004
    Posts
    4,903
    Thanks
    2
    Thanked 134 Times in 113 Posts

    Default

    Ah OK
    Warren Ashcroft
    Red Fox UK Limited - Pioneers in Internet Technology
    http://www.redfoxuk.com
    w.ashcroft [at] redfoxuk.com

    NOTE: Forum Private Messaging should not be used to contact staff with support queries.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Secure download folder
    By s80wkr in forum ASP (VBScript)
    Replies: 2
    Last Post: 25th October 2006, 07:44 PM
  2. Secure Folders
    By m178591 in forum osCommerce (PHP)
    Replies: 3
    Last Post: 3rd March 2006, 06:00 PM
  3. What´s happening to Secure Folders
    By terraqueotenaz in forum Technical Support
    Replies: 4
    Last Post: 22nd June 2005, 11:08 AM
  4. Secure folders for subdomains?
    By RFHR115 in forum Technical Support
    Replies: 8
    Last Post: 10th June 2005, 10:01 AM
  5. Secure Folders
    By terraqueotenaz in forum Technical Support
    Replies: 4
    Last Post: 6th February 2005, 02:25 PM

Bookmarks

Posting Permissions

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