function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
aparnaaparna 

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!!!!

RyanGuestRyanGuest

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?