I just installed PHP5 on a Windows server with XP SP2 and Apache 2. I am having a problem with the sessions timing out after about 30 seconds or so. I need to increase this to at least 20 minutes. The session directives are still set to the default configuration in php.ini.
session.gc_probability = 1
session.gc_divisor = 1000
session.gc_maxlifetime = 1440
Any idea why the sessions are timing out so quickly? Any other settings I should be looking at?