1 session.inc | public BackdropSessionHandler::close() |
File
- core/
includes/ session.inc, line 40 - User session handling functions.
Class
- BackdropSessionHandler
- Provides the default session handler for Backdrop.
Code
public function close() {
return _backdrop_session_close();
}