API17

Difference between revisions of "JSessionStorage::gc"

From Joomla! Documentation

m (JoomlaWikiBot moved page JSessionStorage::gc/11.1 to API17:JSessionStorage::gc without leaving a redirect: Robot: Moved page)
m (→‎See also: moving preparation)
(One intermediate revision by the same user not shown)
Line 28: Line 28:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JSessionStorage::gc source code''' on [[jplatform:session/storage.php#cl-133|BitBucket]]
 
* {{JVer|11.1}} '''JSessionStorage::gc source code''' on [[jplatform:session/storage.php#cl-133|BitBucket]]
* {{JVer|11.1}} Class [[JSessionStorage/11.1|JSessionStorage]]
+
* {{JVer|11.1}} Class [[API17:JSessionStorage|JSessionStorage]]
* {{JVer|11.1}} Subpackage [[Subpackage_Session/11.1|Session]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Session|Session]]
* [[JSessionStorage::gc|Other versions of JSessionStorage::gc]]
+
* [[API17:JSessionStorage::gc|Other versions of JSessionStorage::gc]]
 
{{SeeAlso:JSessionStorage::gc}}
 
{{SeeAlso:JSessionStorage::gc}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 46: Line 46:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JSessionStorage]][[Category:JSessionStorage::gc]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:28, 11 May 2013

The "API17" 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.

Joomla 11.1 JSessionStorage::gc[edit]

Description[edit]

Garbage collect stale sessions from the SessionHandler backend.

Template:Description:JSessionStorage::gc [Edit Descripton]

public function gc ($maxlifetime=null)
Parameter Type Default Description
$maxlifetime integer null The maximum age of a session.
  • Returns boolean True on success, false otherwise.
  • Defined on line 141 of libraries/joomla/session/storage.php

See also[edit]

Template:SeeAlso:JSessionStorage::gc [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />