hi,

  has anyone use SSL support for accessing your Servlet?

  because i have a question about session tracking on using both http
and https to
  access my web applicaiton.

  here is the scenario, i make use of "https" (ex.
"https://duncan:8443/test/LogIn.html";)
  for user login then i shift to "http" protocol for ordinary query by
specifying the
  complete URL for the servlet
  (ex. "http://duncan:8080/test/testServlet";) to be called on the HTML
form.

  what happen is that when i shift to "http" a new session has been
created,
  is this really the behavior?...is there a way for me to keep only one
session for both
  "http" and "https" request?

thanks

   randie

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to