Changeset 702 for trunk/lib


Ignore:
Timestamp:
Sep 3, 2019 7:47:40 AM (5 years ago)
Author:
anonymous
Message:

Increase character limit of session_id column to support variable length support in php 8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/DBSessionHandler.inc.php

    r630 r702  
    107107            }
    108108            $this->db->query("CREATE TABLE IF NOT EXISTS " . $this->db->escapeString($this->_params['db_table']) . " (
    109                 session_id char(32) NOT NULL default '',
     109                session_id VARCHAR(191) NOT NULL DEFAULT '',
    110110                session_data mediumtext NOT NULL,
    111111                last_access timestamp NOT NULL,
Note: See TracChangeset for help on using the changeset viewer.