Removing Session variables

G

Guest

I have a Product Search Page, which serves and returns a Product object (via
session) to many pages. I have used some session variables in this page which
is called by many other pages.

Once the product is selected, I save it in session and then value is
retrieved in all other calling pages.

Now the problem is how to remove these session variables. I don't want to
put remove logic in calling pages but write the logic in Product Search Page
itself.

How can I do this? Hope I am clear.

TIA,
Holy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top