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

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