Can a session variable be an array?
Can a session variable be an array? Yes, PHP supports arrays as session variables. See this page for an example. As for your second question: once you set the session variable, it will remain the same until you either change it or unset it. What is Session variable PHP? Session variables solve this problem by […]