Skip to content

Releases: josantonius/php-session

1.0.0

31 Jan 02:05
Compare
Choose a tag to compare
  • Compatible only with PHP 7.0 or higher. In the next versions, the library will be modified to make it compatible with PHP 5.6 or higher.

  • Added Josantonius\Session\Session class.

  • Added Josantonius\Session\Session::init() method.

  • Added Josantonius\Session\Session::setPrefix() method.

  • Added Josantonius\Session\Session::set() method.

  • Added Josantonius\Session\Session::pull() method.

  • Added Josantonius\Session\Session::get() method.

  • Added Josantonius\Session\Session::id() method.

  • Added Josantonius\Session\Session::regenerate() method.

  • Added Josantonius\Session\Session::display() method.

  • Added Josantonius\Session\Session::destroy() method.

  • Added Josantonius\Session\Exception\SessionException class.

  • Added Josantonius\Session\Exception\Exceptions abstract class.

  • Added Josantonius\Session\Exception\SessionException->__construct() method.

  • Added Josantonius\Session\Tests\SessionTest class.

  • Added Josantonius\Session\Tests\SessionTest::testSetPrefix() method.

  • Added Josantonius\Session\Tests\SessionTest::testSet() method.

  • Added Josantonius\Session\Tests\SessionTest::testSetMultiple() method.

  • Added Josantonius\Session\Tests\SessionTest::testPull() method.

  • Added Josantonius\Session\Tests\SessionTest::testGet() method.

  • Added Josantonius\Session\Tests\SessionTest::testGetSecondKey() method.

  • Added Josantonius\Session\Tests\SessionTest::testId() method.

  • Added Josantonius\Session\Tests\SessionTest::testRegenerate() method.

  • Added Josantonius\Session\Tests\SessionTest::testDisplay() method.

  • Added Josantonius\Session\Tests\SessionTest::testDestroyOneKeySession() method.

  • Added Josantonius\Session\Tests\SessionTest::testDestroyAllSessions() method.

  • Added Josantonius\Session\Tests\SessionTest::testDestroyAllSessions() method.