Hi all,
Is there a limit to the number of variables that you can store in $_SESSION?
Does the number stored have any effect on performance or memory?
If I have a lot of information stored in a DB, that I need to be accessed between several pages. Would I be better doing a big DB hit and storing everything in the session, passing as URL parameters, or as hidden fields in a form?
Thanks!