thanx...

can You give a code example for that approach?

michael

-----Original Message-----
From: Jonathan [mailto:[EMAIL PROTECTED]]
Sent: Freitag, 27. April 2001 17:26
To: [EMAIL PROTECTED]
Subject: Re: switch from http to https


You have to use url rewriting to send and save the session temporarily on
the https side, and when you are done you have to resend the saved session
info, again via url rewriting, back to the non-secure side which will still
have your session if you didnt take too long on the https side, and then you
get the session with the session you passed back.
Otherwise you need to have a webserver / appserver combo which has the
ability to cluster and share sessions

----- Original Message -----
From: "Michael Wilimsky" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 27, 2001 9:22 AM
Subject: switch from http to https


> does anyone out there have an idea of how to perform
>
> the switching between http and https?
>
> i want to make the login.jsp secure but leave the other jsp-files in the
> insecure section...
>
> i also have problems to perform a download via https... i get strange
> browser error-messages
>
> any help appreciated
>
> michy
>


Reply via email to