2013年3月5日 星期二

PHP 設定 SESSION 過期時間 (expire time、timeout)

session_set_cookie_params(8*60*60);
ini_set('session.gc_maxlifetime', '28800');
session_start();




Reference :
How to increase the Session timeout limit in PHP
PHP 設定 session 的過期時間 | Tsung's Blog

沒有留言:

張貼留言