I am creating a thin client application that will be accessable on an Intranet. Each user should be able to create personal setttings for themselves and save them. I'm probably crazy for asking, but is there a way to store the config file for each user on their system, without using cookies?
I'm just trying to create a persitant environtment without having to save all config files on the web server.
Cheers!