commit | e2afc886d5e7fe1d55a467c9bc46fe40c1a2bbf6 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Thu Nov 01 01:35:34 2012 +0200 |
committer | Andrey Andreev <narf@bofh.bg> | Thu Nov 01 01:35:34 2012 +0200 |
tree | b05d45c6a42c418f1de3f2ad3e6054d516825ed6 | |
parent | 87f4dc27230debc0af281c9780f2ba939fe07608 [diff] |
Session cookie driver changes - Changed docs CREATE TABLE ci_sessions example to have the PRIMARY KEY of session_id, ip_address and user_agent combined. - Changed DB updates to add WHERE clauses for the ip_address and/or user_agent strings if sess_match_ip and/or sess_match_useragent are set to TRUE.