I wanted to get some advice on whether I should have all of my variables for my site (online game so it's a lot) available as session variables, or if I should have the more constant ones (only required for a few select pages) recalled from a MySQL database on every page they're required?
Also, opinions on cookies?
If I am not clear, let me know!
Also, opinions on cookies?
If I am not clear, let me know!
Comment