You need to sign in to do that
Don't have an account?
aparna
Passing parameter from one Site to another without using querystring
Hi,
Is it possible to pass a parameter from one Site to another without having it appended as a querystring. The reason is I dont want the user to know that I am actually passing parameters. I want that to happen on click of commandButton. Actually, if we can have the same controller we can actually use the controller's member values. But if that is so, I cant make the site access another site and if I give the URL in action the controller gets instantiated again. Any help is greatly appreciated.
Thanks a lot!!!!
You can use a HTTP POST to go from one site to another, but I'm curious as to why you'd want to do this.
Can't you just create an additional visualforce page for your site?