joshjryan Posted June 13, 2008 Share Posted June 13, 2008 Hi, I am new to a lot of this php stuff, but i am LOVING learning it, so any help is much apreciated! I have a site that is used for uploading files. power users are able to upload files, and they can pick data users to view files. My question...power users are "logged" out after 30 minutes, so it is not possible to post a file that takes over 30 minutes to post. I am assuming that this has something to do with the session variable. i dont know what other info you will need to help me, so ask and I will answer... Thanks again for your help! Josh Link to comment https://forums.phpfreaks.com/topic/110116-session_-timei-think/ Share on other sites More sharing options...
DarkWater Posted June 13, 2008 Share Posted June 13, 2008 Two options: 1) Windows: Copy and paste the whole [sessions] block of php.ini here for us. (In code tags) 2) Linux: Copy and paste the output of: cat /path/to/php.ini | grep -i "session" And put it in code tags. Link to comment https://forums.phpfreaks.com/topic/110116-session_-timei-think/#findComment-565107 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.