Session management...can any help please..its urgent

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

IS dsp’s qre quite simple html extensions for calling IS functionality, all available tags are documented in the DSP_and_Output_Template_Developers_Guide.
For more advanced functionality, IS also supports JSP’s.
For just passing values to another dsp, just post it as variable in the call to the next dsp.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.