You need to sign in to do that
Don't have an account?

how we can count the number of a specific visualforce page opened by a user.
Hi Team,
how we can count the number of a specific visualforce page opened by a user. please provide the example code .
Thanks,
Chinnodu
how we can count the number of a specific visualforce page opened by a user. please provide the example code .
Thanks,
Chinnodu
In your Visualforce controller, create a pageReference method to track who visits the page.
Controller code:
VF:
Or use RemoteAction to increase performance, below is js remoting example:
JS Remote (https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_js_remoting_example.htm)