I've been noticing that my PHP sessions are expiring after rather a short time. I tried to see what the default timeout settings was but access to php_info() wasn't allowed so I'm wondering how I can extend the session life (say to 24hours?). Can I have a local php.ini file? If so, how would I...