I have a protected directory called "members-only" when I call up the session variables in that directory, everything works fine. However when I switch to another directory, say members-only/videos I completely lose the session values. I only have "members-only" as protected, but that is protecting the sub directories by default. I need to use the session variables in sub directories of "members-only" I've tried the cookie reload and it didn't work. Is it a setting within my php.ini file that is messing this up? Help?