I'm just asking this question, is there a cause or problem when storing lots of record or data in session?
for example: $_SESSION['rec1'] = rec1; $_SESSION['rec2'] = rec2; $_SESSION['rec3'] = rec3; $_SESSION['rec4'] = rec4; $_SESSION['rec5'] = rec5; etc...
is there a problem occur in doing this?