ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:session:session_index

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
v5:session:session_index [2018/07/01 22:21] – [Backwards Compatability] typo peterddv5:session:session_index [2018/07/24 01:07] – [Introduction] mnewnham
Line 24: Line 24:
 An alternative to using a database backed session handler is to use [[v5:userguide:memcached]]. This is a distributed memory based caching system suitable for storing session information. An alternative to using a database backed session handler is to use [[v5:userguide:memcached]]. This is a distributed memory based caching system suitable for storing session information.
  
 +===== Driver Support =====
 +The following drivers are known to work with the adodb-session2.php file:
 +  - mysqli
 +  - pdo_mysqli (From ADOdb version 5.21)
 +  - postgres
 +  - oci8
 +
 +This is not an exhaustive list, if you are using the system with a different database, let us know so we can add it to the list.
  
 ===== Usage ===== ===== Usage =====
Line 137: Line 145:
 Create this table in your database.  Create this table in your database. 
  
-==== MySQL ====+==== MySQL or PDO MySQL ====
      
   CREATE TABLE sessions2(   CREATE TABLE sessions2(
v5/session/session_index.txt · Last modified: 2023/04/08 18:08 by dregad