API16

API16:JSessionStorageDatabase/close

From Joomla! Documentation

Description

Close the SessionHandler backend.



Syntax

close()


Returns

boolean True on success, false otherwise.

Defined in

libraries/joomla/session/storage/database.php

Importing

jimport( 'joomla.session.storage.database' );

Source Body

public function close()
{
        return true;
}



Examples

Code Examples