i want to store value under session scope in one dsp and retrieve session value in other dsp,like we do in jsp using session.setAttribute and session.getAttribute.
please give complete step by step process to achieve this.
1.how to create session.
2.how to store value in that session.
3.how to retrieve session value.
According to session value i want to do some operation in my dsp.
in PSUtilities (you can download from their web site), there are services for using session:
PSUtilities.session:putObjectInSession
PSUtilities.session:getObjectFromSession
try it out.