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.
PHP で使用する場合session.cookie_lifetime = 0、Cookie はブラウザを閉じると削除されます。しかし、サーバーはこれを知る方法がないため、Cookie が再び使用されないという事実に依存しています。
session.cookie_lifetime = 0
私が知りたいのは、誰かがその Cookie を回復した場合に備えて、サーバー側でセッションが有効な期間です。