I'm currently working on a website where I have a couple variables that need to be shared across all users/sessions. The website is primarily built with HTML and PHP.
I know I can accomplish this task (storing multiuser/multisession variables) with APC, but the host I'm using (1and1) doesn't allow APC to be installed. Is there a way of storing these variables with just PHP, or just JavaScript? What about ASP?