kylebud Posted January 23, 2009 Share Posted January 23, 2009 I am using autoindex version 1.3.6 and PHP Version 5.2.8. I am able to log in initially fine and browse the contents of the directory structure, but without warning and with no consistency, it will log me out. I have no idea what I'm doing wrong. From what I've researched it could be something to do with session but that's as far as I've come. Quote Link to comment Share on other sites More sharing options...
revraz Posted January 23, 2009 Share Posted January 23, 2009 And you would like us to help how? Quote Link to comment Share on other sites More sharing options...
kylebud Posted January 23, 2009 Author Share Posted January 23, 2009 sorry about that, I'm trying to get it to stay logged in...also, it usually logs out when I click "parent directory". Quote Link to comment Share on other sites More sharing options...
nuttycoder Posted January 24, 2009 Share Posted January 24, 2009 When using sessions each file will need session_start at the very beginning of the file or the session can not be read. <?php session_start(); ?> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.