-
Java session problem
Hai, My problem is : In a jsp form i have several case-form links. If i open one case-form and navigate through its form and again if i open a second case form w/o closing the first opened case form, i can see the first case fields & its values on the secong case form...This is bcos we r getting the values of the fields in session. As i m nt closing the page, it is carryin to the second form too..How to avoid this problem? Please suggest me any solution for this...i can open only 1 case-form at a time.
Thanks for patiently reading my problem...and thanks in advance for the help...
-
Re: Java session problem
Not really sure what you mean with case form but if I understand this correctly you are reading data from the session on a page which you do not reload but you want the session attributes to change anyways?
// Json
-
Re: Java session problem
Yes exactly Sir, to be more clear case-form is a jsp form .While readig the first jsp form if i open 2d jsp form without closing 1st jsp i get this kind of issue. these 2 jsp form are like links in a single home jsp page..Plz tell me how to avoid this issue..[/SIZE