mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Changing the session table structure over to the new one using serialize() to contain all of the data from phpgw_info
This commit is contained in:
parent
5394d8212d
commit
8efa10967b
@ -57,10 +57,10 @@
|
||||
$sql = "create table phpgw_sessions (
|
||||
session_id varchar(255),
|
||||
session_lid varchar(255),
|
||||
session_pwd varchar(255),
|
||||
session_ip varchar(255),
|
||||
session_logintime int,
|
||||
session_logintime int,
|
||||
session_dla int,
|
||||
session_info text,
|
||||
unique(session_id)
|
||||
)";
|
||||
$db->query($sql);
|
||||
|
Loading…
Reference in New Issue
Block a user