Re: [PHP] Unique, "hard" session timeout on a shared server

2005-01-10 Thread Richard Lynch
[EMAIL PROTECTED] wrote: > I have researched a few ways to set a "hard" session timeout on a shared > server. Does anyone have comments on the advantages/disadvantages of each > approach? Are there other alternatives? > > 1. Override the php.ini settings in an .htaccess file: > > php_value session.

[PHP] Unique, "hard" session timeout on a shared server

2005-01-10 Thread kjohnson
I have researched a few ways to set a "hard" session timeout on a shared server. Does anyone have comments on the advantages/disadvantages of each approach? Are there other alternatives? 1. Override the php.ini settings in an .htaccess file: php_value session.gc_maxlifetime 900 php_value sessio