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
DipakDipak 

Storing and Accessing of Session variables in VF Page aswell in Apex Class controller

Hi,

 I want to know that how to store variables in Session and how to access that Session Variable in VF Page & in Contoller?

 

 I have read a discussion here , & here it is mentioned that there is no concept of Session Class in Salesforce & one suggestion is that--

 

1. You can create a session if all pages involved use precisely the same controller and controller extensions. A tutorial can be found here

 

 

 

I have the similar requirement as like  Step 1(i.e all pages use the same controller )..But the linked provided at step1 open the below link

 

http://wiki.developerforce.com/page/NewOpportunityController.apex

 

Unfortunately it show the message that "The cookbook has moved -"

 

 

Please help me