Hi, I am new to PHP programming , how can I mantain a global variable which can be updated and read from any page of my website.For Example a user is member of many team (team_id) and after login to my website and selecting one of team ,I want to reuse the TEAM_ID in all other visited page and the variable value should change once user move to other team. I don't want to go with COOKIES as all browse doen't have enabled cookies.
Thanks,