I want to up the time my users will stay logged into my site without getting automatically logged out after a period of inactivity. I'm tracking the logged in status using PHP sessions.
Was having trouble tracking down a definitive source for how to do this. Any ideas?
EDIT:
OH! One more thing is, I want to control this from my .htaccess file.