SessionHandlerInterface::close
(PHP 5 >= 5.4.0, PHP 7, PHP 8)
SessionHandlerInterface::close — セッションを閉じる
説明
現在のセッションを閉じます。この関数はセッションを閉じるときに自動的に実行されます。 あるいは、明示的に session_write_close() 経由で実行することもできます。
パラメータ
この関数にはパラメータはありません。
+add a note
User Contributed Notes 1 note
svenr at selfhtml dot org ¶
11 years ago
This method should release the exclusive lock that was acquired by the open() method.
Note that this will effectively serialize parallel requests, which affects performance for a single user session.
Not locking the resource would on the other hand allow for race conditions if two or more parallel requests change the session data.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google