Wrox Home  
Search P2P Archive for: Go

  Return to Index  

j2ee thread: Re: problem using session in jsp


Message #1 by "sami" <mr.india@a...> on Thu, 01 Nov 2001 10:35:31 +0530
hi,
the problem is not about the session management
but if you are using frames the browser loses information about the target 
frame and opens a new window only after the user starts filling in data and 
the data is held in the session due to some reason all of a sudden the 
browser when clicked on some links opens a new window note : only after 
user has filled in data and the app puts that data in a session anyway 
thanx for replying could i know where you are working

---
sami 

On Wed, 31 Oct 2001 07:35:51  
 niko77 wrote:
>hi
>there is no limit as to how much data u can keep in session.
>but it is advised that session should not be used as a data storage.
>and there is a session time out value associated to the web server.
>you can also check that.
>
>cheers
>niko
>> hi,
>> iam having a frameset which is having some html and some jsps
>> the left frame has some options ,clicked on which the center frame 
>changes
>> i have around 7 java classes which iam mainting in  a session.
>> everything works fine
>> but as soon as i update or add info after some time maybe because the 
>> session becomes heavy and if i click on the left frame menu ,where the 
>> page should appear in the center frame suddenly pops open in a new window
>> kindly give me suggestions
>> how many objects can we hold in a session
>> is it better to use the default session object available in the jsp or 
>not
>> iam using a default session available in the session
>> i tried invalidating the session
>> but to no avail
>> thanx

  Return to Index