is_session_open ()

Checks if the session is open and writable.

Access

public

Returns

Type

Description

boolean

Whether or not the session is still open for writing.

Source

Method defined in extensions/dynamodbsessionhandler.class.php | Toggle source view (4 lines) | View on GitHub

public function is_session_open()
{
    return (boolean) $this->_open_session;
}

Copyright © 2010–2013 Amazon Web Services, LLC


Feedback