Session management beans

2000-05-25 Thread Newton Steve
What beans would you recommend for session management? We're developing a site that uses JSP but the tool we've obtained does not do session management. Any suggestions would be appreciated. This will be used on a site with very heavy traffic. Thanks. ..

Re: Session management beans

2000-05-25 Thread Robert Nicholson
What's the tool? > -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Newton Steve > Sent: Thursday, May 25, 2000 8:27 AM > To: [EMAIL PROTECTED] > Subject: Session management beans

Re: Session management beans

2000-05-25 Thread Newton Steve
OpenSite Auction software. Steve Robert Nicholson cc: (bcc: Steve Newton/HPC) Sent by: A Subject: Re: Session management beans mailing list about

Re: Session management beans

2000-05-30 Thread Danny Trieu
You can either use the HttpSession to manage your session or you can use EJB stateful session beans. Newton Steve wrote: > What beans would you recommend for session management? We're developing a > site that uses JSP but the tool we've obtained does not do session > management. Any suggestion

Re: Session management beans

2000-05-30 Thread Naga Yerramsetti
We are facing the same problem. Since the sessions are maintained in memory with high trafiic won't there be problems with memory. Danny Trieu wrote: > You can either use the HttpSession to manage your session or you can use EJB > stateful session beans. > > Newton Steve wrote: > > > What beans

Re: Session management beans

2000-05-30 Thread Danny Trieu
Memmory will always be the problem with heavy traffic site, that's why you need technology that do load balancing for you. But if you want to avoid or at lease lesser your concern with the memory issue then you're going to surfer hits to the database. The technique here is, you serialize your