API15

JSession/close

From Joomla! Documentation

< API15:JSession
Revision as of 17:17, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Writes session data and ends session <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</now...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The "API15" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Description[edit]

Writes session data and ends session

[Edit Descripton]

Template:Description:JSession/close

Syntax[edit]

close()


Defined in[edit]

libraries/joomla/session/session.php

Importing[edit]

jimport( 'joomla.session.session' );

Source Body[edit]

function close() {
        session_write_close();
}

[Edit See Also] Template:SeeAlso:JSession/close

Examples[edit]

<CodeExamplesForm />