Updating transient value frequently
For your use case, no. Using PHP sessions – will not work on most hosts, and will make that data available only to the browser and the current PHP request. This severely limits the usefulness Using Cookies – will work everywhere but have the same issue that you can’t persist server side or track things … Read more