본문 바로가기

프로그래밍/PHP

session_cache_expire(30) 사용법

session_cache_expire(30);//session_start(); 전에 써야함  숫자는  분단위. 30분

session_start();