php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -


i working on large web application need database retrieved session instead of database. first time retrieving db , saving session onward calls of data going session.

it handling data @ stage when got more data stored in session session got destroyed automatically...

"this problem seems similar question says title session destroyed after redirect other pages of site."

i got answer questions point here how handle thing when know in future have more data stored inside session,

i wanted know little bit more involved answer right in development stage on production when have user 100000 or more how session behave, application behave in same manner did before.

kindly discuss me, researching, need corporation more technical in php discussion may solution many of people facing same kind of issues..

you need use native php session because php session stores id in cookie. codeigniter stores data in cookie , problem stuck.

so either need use native php sessions in codeigniter or can use library. here link library syntax sam ci:

github thread derek jones


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -