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
Parthiban sfdcParthiban sfdc 

how to pass list of string from one vf page to another

ShashForceShashForce
This should help: https://developer.salesforce.com/forums/ForumsMain?id=906F000000098KdIAI
AshlekhAshlekh
Hi,

As we know we can't pass a list of string in Url because Url have a some limit of lenght, 

1) You can use Wizard means if both pages have same controller then you can maintain the state of varible when you send a user one page to another page.
2) You can use cookies in your code, when you redirect user one page then save value in cookes and get the value of cookies in another page and clear the cookies