Sessions

Hi,

How to make use of sessions for a save button. I am making use of the save button in the following way.

<input type='button' name='Save' value='save' ovClick='return validate(....);'>

I want to make use of sessions inside this save button because once, it saves the dialog it should return to the desired url which I am going to store inside the sessions.

Thank you

Hi,

How to make use of sessions for a save button. I am making use of the save button in the following way.

<input type='button' name='Save' value='save' ovClick='return validate(....);'>

I want to make use of sessions inside this save button because once, it saves the dialog it should return to the desired url which I am going to store inside the sessions.