Hi guys.
How can we improve CI sessions. When we put it on the live server it only works with setting the path to a specific directory:
sess_save_path = APPPATH . "/someDirectory"
However, this fills the directory with hundreds of sessions files? Let's say we don't want to store them in a database either.
What can we do to overcome this limitation?
How can we improve CI sessions. When we put it on the live server it only works with setting the path to a specific directory:
sess_save_path = APPPATH . "/someDirectory"
However, this fills the directory with hundreds of sessions files? Let's say we don't want to store them in a database either.
What can we do to overcome this limitation?