> There are only three places you can pass data without using forms, and
> using buttons, or images to trigger a POST of the data.
> 1.  Get parameters after a ?
> 2.  Cookies.
> 3.  In the URL itself.

How is 3 different from 1?

> Why do you want to eliminate all get params and cookies?  That might
> have a lot of control as to what the best approach will be.

GET because they can be modified and Cookies because not all users
will have them turned on.

Chris

Reply via email to