Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Java session problem

  1. #1
    Junior Member
    Join Date
    Aug 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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...


  2. #2
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default 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

  3. #3
    Junior Member
    Join Date
    Aug 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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
    Last edited by Padmaja; August 6th, 2009 at 12:02 PM.

Similar Threads

  1. Session Timeout in LDAP
    By retail_deepa in forum Java Servlet
    Replies: 0
    Last Post: August 4th, 2009, 03:26 AM
  2. How can i put session in Javascript?
    By rajani in forum JavaServer Pages: JSP & JSTL
    Replies: 2
    Last Post: July 8th, 2009, 12:46 PM
  3. opening Telnet Command Session
    By voyager in forum Java Networking
    Replies: 3
    Last Post: June 23rd, 2009, 10:34 AM
  4. [SOLVED] JAVA JList Problem in visual images
    By antitru5t in forum AWT / Java Swing
    Replies: 4
    Last Post: April 15th, 2009, 03:09 PM