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

How to create session...
Hi,
I am a new person for this platform, plese explain me
1. How to create session in apex ?
2. How to store values in session ?
3.How to retrive values from session ?
Thanks
Hi,
In salesofrce there is no facility to store values for runtime .
You can use cookie for the values dtore at session.
For more Detail Refer this link
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_classes_sites_cookie.htm
If any question then ask otherwise mark this post as a solution.
All Answers
Hi,
In salesofrce there is no facility to store values for runtime .
You can use cookie for the values dtore at session.
For more Detail Refer this link
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_classes_sites_cookie.htm
If any question then ask otherwise mark this post as a solution.