[SESSION] Session ID can be as long as 128 characters
这个提交包含在:
父节点
ddc3371b43
当前提交
ed68659ece
@ -58,7 +58,7 @@ class Session extends Managed_DataObject
|
||||
{
|
||||
return [
|
||||
'fields' => [
|
||||
'id' => ['type' => 'varchar', 'length' => 32, 'not null' => true, 'description' => 'session ID'],
|
||||
'id' => ['type' => 'varchar', 'length' => 128, 'not null' => true, 'description' => 'session ID'],
|
||||
'session_data' => ['type' => 'text', 'description' => 'session data'],
|
||||
'created' => ['type' => 'datetime', 'description' => 'date this record was created'],
|
||||
'modified' => ['type' => 'timestamp', 'not null' => true, 'description' => 'date this record was modified'],
|
||||
|
正在加载...
x
在新工单中引用
屏蔽一个用户