can any help me please.....session management in DSP

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.

thanks

in PSUtilities (you can download from their web site), there are services for using session:
PSUtilities.session:putObjectInSession
PSUtilities.session:getObjectFromSession
try it out.

Hi,
please do not crosspost the same question in different forums.
Please see [URL]wmusers.com for similar question and my response.