A web site I've been working on is almost entirely form inputs that links back to itself. I want the user to be able to bookmark the specific settings and have them automatically there when he visits. The problem is this results in a very long URL (almost 500 characters). Is there any way I can shorten the GET URL?
Most of the variables are a simple on/off switch so I don't need to keep track of a lot of detail.