Contributions

Other (Category Index)
Search: 

Simpler Admin Session Length Control

I helped work on another admin session length contribution and I realized it could be so much simpler. This version requires you to have sql based admin sessions. Defaults to a minimum of 10 minutes so you can't accidentally lock yourself out of the admin. Requires only 1 row added to your database configuration table. And requires only 1 php file to be edited. It still get's the job done without editing a whole bunch of lines of code.

Expand All / Collapse All

Simpler Admin Session Length Control 25 Apr 2008

I helped work on another admin session length contribution and I realized it could be so much simpler. This version requires you to have sql based admin sessions. Defaults to a minimum of 10 minutes so you can't accidentally lock yourself out of the admin. Requires only 1 row added to your database configuration table. And requires only 1 php file to be edited. It still get's the job done without editing a whole bunch of lines of code.

Note: Contributions are used at own risk.