session
-
[PHP & Codeigniter] Session lost 세션실종PHP & Codeigniter 2018. 12. 25. 17:02
사용할 수 있는 서버가 PHP 기반이 다라서, 어쩔 수 없이 PHP 로 만든 시스템이 있는데, 이게 계속 데이터가 정말 가끔 null 값이 뜰 때가 있습니다. 정말 이유를 찾아서 한참을 헤메이고, 왜 그런지 몇 번이나 밤을 새서 찾아봤는데 해결을 못했죠. 로직상으로 전혀 문제가 없는데 말이죠. 제가 디버깅을 할 때 다시 한번 그 일이 안일어나니 정말 어쩔 수도 없었습니다. 그래서 이유는 garbage collector* session.gc_divisor integer session.gc_divisor coupled with session.gc_probability defines the probability that the gc (garbage collection) process is started on ..