so u have .jsp enabled thru just apache and tomcat? any jdk, jsdk installed
on yur system?
- Sesheeka
> -----Original Message-----
> From: A mailing list for discussion about Sun Microsystem's
> Java Servlet
> API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Ron
> Reynolds
> Sent: Sunday, February 06, 2000 1:56 PM
> To: [EMAIL PROTECTED]
> Subject: sessions between http and https
>
>
> good morning all!
> i recently started using SSL for a portion of one of my
> sites, but for some
> reason when i click an https link the called JSP gets a new
> session ID and i
> loose the old one, however when i drop back to http the old
> session suddenly
> reappears. my guess is that sessions are mapped on a per-protocol or
> per-server-port basis. is there any way to maintain my
> sessionID between
> http and https? i thought cookies were maintained on a
> per-server basis on
> the client (when i look at cookies.txt i don't see any
> protocols or port
> numbers in there...). ah, maybe it's related to Cookie.setSecure()?
> perhaps Tomcat is using a non-secure cookie to maintain
> session ID and so it
> can't be sent over a secure channel? (though i would think
> that sending a
> non-secure cookie over a secure channel wouldn't be a
> problem, just the
> other way around...). any ideas folks?
> environment is RH Linux 6.0, Apache 1.3.11, Tomcat 3.0,
> mod_ssl 2.5.0.
> thanks! :)
> ..................ron.
>
> ______________________________________________________________
> _____________
> 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
___________________________________________________________________________
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