kartik-v / yii2-tree-manager

An advanced tree management module using nested sets for Yii 2.
http://demos.krajee.com/tree-manager
Other
150 stars 107 forks source link

SALT_SESS_KEY problem with generateRandomKey() #190

Closed pashakka1 closed 6 years ago

pashakka1 commented 6 years ago

Hi Kartik, In Module.php you add contant SALT_SESS_KEY that feed with $app->security->generateRandomKey() and this is the problem because I change my session to db and I have a problem when try update table:

You fixed it for other component in this task: https://github.com/kartik-v/yii2-dynagrid/issues/165

pashakka1 commented 6 years ago

Thank you!