on 7/3/2000 3:37 AM, "Thomas DAVID" <[EMAIL PROTECTED]> wrote:
> Hi all,
> There is a point i'd like to discuss. In the session API, there is no
> way to find the name of the cookie or the parameters used to store the
> session ID. This names depends on several things, such as servlet engine
> and servelet zone (for Apache). I think this could be a real improvement
> to be able to retrive the name of the cookie/paramter used to store the
> session ID. This point could look pointless, but it's not. In recent
> developpement I had to "pass" the session from a HTML page to an applet
> (because the session contains information - login, database connection
> etc..). It is impossible to do this using a fair way. This only solution
> I found was to manually write all cookie names and values as parameters
> for the applet.
>
> What do you think about all that?
> Thoms
I believe this has all been fixed in later versions of the Servlet API. Try
using Tomcat.
-jon
--
----------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]