02-02-2015, 02:23 PM
(02-02-2015, 01:11 PM)summer Wrote: I think it should be
Code:$temp[$k] = $v;
https://github.com/bcit-ci/CodeIgniter/c...8fa6c235f5
(02-02-2015, 01:11 PM)summer Wrote: but still if $config['sess_expiration'] is less than ttl, tempdata gets cleared.
Naturally, if your session expires, any tempdata in it gets deleted as well. Or do you mean something else?