5 messages in com.mysql.lists.javaRe: java servlet
FromSent OnAttachments
Bin Cai20 Sep 2001 08:15 
Edilmar Alves20 Sep 2001 10:38 
Bin Cai20 Sep 2001 10:57 
Edilmar Alves20 Sep 2001 11:19 
Glenn Wearen21 Sep 2001 03:04 
Subject:Re: java servlet
From:Edilmar Alves (Edil@InterSite.com.br)
Date:09/20/2001 10:38:40 AM
List:com.mysql.lists.java

Subject:Re: java servlet
From:Edilmar Alves (Edil@InterSite.com.br)
Date:Thu, 20 Sep 2001 13:38:37 -0400

This depends on what "session" you are talking about. If it is "database session", you can use only one database connection for many threads entering into the servlet. But if you are talking about a "servlet session", there is one per browser, that is controlled by a thread into servlet.