Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーがログインして「2週間記憶する」を選択した場合、セッションに2週間記憶させたい. そうでない場合は、2 時間で期限切れになります。どうすればいいですか?
//if variable two_weeks is set, set session expiration to 2 weeks; otherwise 2 hours ($two_weeks)?$t='1209600':$t='7200'); $this->session->set_userdata('sess_expiration',$t);