i have to persist the values entered in a
jsp page, i used so many session attributes to store values in processaction of my method.
now i am able to persist in the jsp page. but problem is when user registered successfully, those values have to be removed in the textboxes. for this i want to clear the session . but i could not found any method of portletsession to clear the session(like httpsession clear method). please suggest me how to clear the content when userregistered succesfully.