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.
ユーザーセッションの残り秒数を返すコントローラーを Yii で作成したいと考えています。ユーザーが自分のページで何かを行うたびに、タイムアウトがリセットされます。しかし、私の問題は2つあります。
true に設定allowAutoLoginした場合、機能するための 2 番目の引数としてユーザー セッションの期間を指定する必要がありますlogin()。その場合、ログイン時のタイムスタンプを保存し、差を計算します。
allowAutoLogin
login()
false の場合allowAutoLoginは、セッション タイムアウトを取得してini_get('session.gc_maxlifetime')保存し、ユーザーに違いを示す必要があります。
ini_get('session.gc_maxlifetime')