[PHP] Re: htaccess

2013-07-08 Thread Tim Streater
On 07 Jul 2013 at 21:22, Tedd Sperling wrote: > Confirmed. Those two lines cause the problem. > > However, commenting out those lines causes other problems. > > Are there similar statements to these: > > AddType application/x-httpd-php .php .htm .html This one tells apache to recognise .php,

Re: [PHP] Making a Timeout Expiration Length to Session Variables

2013-07-08 Thread Karim Geiger
Hi, On 07/08/2013 05:10 AM, dealTek wrote: > Hi all, > > I would like to make a timeout length to session variables, so that if a user > didn't use the browser page for let's say 5 minutes - the session variables > would expire and the user would need to login again. > > > Q: What's the best