Adds support to the variable SESSIONID

This commit is contained in:
Felipe Zimmerle
2016-05-06 14:38:38 -03:00
parent a2a47798e9
commit ff9aa5c7cf
3 changed files with 74 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ bool SetSID::evaluate(Rule *rule, Transaction *t) {
#endif
t->m_collections.m_session_collection_key = colNameExpanded;
t->m_collections.storeOrUpdateFirst("SESSIONID", colNameExpanded);
return true;
}