my code is
- $this->session->set('aaa', 'aaa');
- $this->session->destroy();
- $logger = new File(WEB_PATH."/../apps/logs/test.log");
- $logger->error((int)$this->session->has('aaa'));
- $logger->close();
the result is 1. why?
my code is
the result is 1. why?