I have a problem with php session. I have a function where temporary array data are stored in a session before I save it to database. Problem is that when that data in session reaches a hundred or more, the data in that session clears again.
Now, I know it's not a good practice to save too much data in session but I have no choice, this is what they want.
So is there a way to increase the capacity of session? any help would be highly appreciated!
Thanks in advance.