AloFramework documentation
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Namespaces

  • Alo
    • Cache
    • CLI
    • Controller
    • Db
    • Exception
    • FileSystem
    • Session
    • Statics
    • Test
    • Validators
    • Windows
  • Controller
  • None
  • PHP

Classes

  • AbstractCacheSession
  • AbstractSession
  • MemcachedSession
  • RedisSession
  • SQLSession

Class AbstractCacheSession

The session interface

Alo\Session\AbstractSession
Extended by Alo\Session\AbstractCacheSession

Direct known subclasses

Alo\Session\MemcachedSession, Alo\Session\RedisSession

Abstract
Namespace: Alo\Session
Package: Session
Author: Art <a.molcanovas@gmail.com>
Located at sys/class/alo/session/abstractcachesession.php

Methods summary

protected Alo\Session\MemcachedSession
# fetch( )

Fetches session data

Fetches session data

Returns

Alo\Session\MemcachedSession

Author

Art <a.molcanovas@gmail.com>
public Alo\Session\MemcachedSession
# terminate( )

Terminates the session

Terminates the session

Returns

Alo\Session\MemcachedSession

Author

Art <a.molcanovas@gmail.com>

Overrides

Alo\Session\AbstractSession::terminate
protected Alo\Session\MemcachedSession
# write( )

Saves session data

Saves session data

Returns

Alo\Session\MemcachedSession

Author

Art <a.molcanovas@gmail.com>

Methods inherited from Alo\Session\AbstractSession

__construct(), __destruct(), __get(), __isset(), __set(), __toString(), __unset(), clear(), delete(), expire(), forceWrite(), getAll(), getID(), getToken(), getTokenActual(), getTokenExpected(), identityCheck(), refreshToken(), removeExpired(), setID()

Magic methods summary

Constants summary

Constants inherited from Alo\Session\AbstractSession

EXPIRE_KEY, HASH_ALGO

Properties summary

protected Alo\Cache\AbstractCache $client
#

Reference to cache wrapper instance

Reference to cache wrapper instance

protected string $prefix
#

Cache prefix to use

Cache prefix to use

Properties inherited from Alo\Session\AbstractSession

$data, $id, $save, $time

AloFramework documentation API documentation generated by ApiGen 2.8.0