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
Muhammad Hammad 8Muhammad Hammad 8 

How to pass Data from one VF page to another

I have two visual force pages, VF PAGE A, which has a WebSocket connection and receives updates on certain events, how can I send data received every time on VF Page A to VF PAGE B?

I tried to send the data through the same controller, using action function and setting the value of variable in controller but VF page B instance of variable remains empty.

Also tried using Iframe but I get sforce not defined( I have static resource in page A that uses multiple API's)
PriyaPriya (Salesforce Developers) 
Hey Muhammed,

Kindly refer this :- 

https://www.forcetree.com/2009/06/passing-parameters-to-visualforce-page.html

https://developer.salesforce.com/forums/?id=906F000000097HhIAI

'Thanks!