mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-06 16:16:48 +01:00
- Fixed bug where session ID's length was limited to 40 characters. Since PHP5.3 it's possible
to set session.hash_function to any hash algorithm that would produce strings up to 128 characters long (#1488196)
This commit is contained in:
@@ -165,3 +165,5 @@ CREATE TABLE cache_messages (
|
||||
);
|
||||
|
||||
CREATE INDEX cache_messages_changed_idx ON cache_messages (changed);
|
||||
|
||||
ALTER TABLE "session" ALTER sess_id TYPE varchar(128);
|
||||
|
||||
Reference in New Issue
Block a user