RE: Sharing session beetwen HTTP and HTTPS

2004-06-21 Thread Jose Ramon Diaz
gt; Para: Struts Users Mailing List; [EMAIL PROTECTED] > Asunto: RE: Sharing session beetwen HTTP and HTTPS > > > SSLExt: http://sslext.sourceforge.net > > -Original Message- > From: Jose Ramon Diaz [mailto:[EMAIL PROTECTED] > Sent: Friday, June 18, 2004 2:33 AM >

RE: Sharing session beetwen HTTP and HTTPS

2004-06-18 Thread David Friedman
SSLExt: http://sslext.sourceforge.net -Original Message- From: Jose Ramon Diaz [mailto:[EMAIL PROTECTED] Sent: Friday, June 18, 2004 2:33 AM To: 'Struts Users Mailing List' Subject: Sharing session beetwen HTTP and HTTPS Hi all, We are triying to switch application

Sharing session beetwen HTTP and HTTPS

2004-06-17 Thread Jose Ramon Diaz
Hi all, We are triying to switch application state from HTTPS to HTTP. We want to use SSL connection only for login page. We execute a redirect if the user comes from SSL connection to the HTTP action without SSL. But the session is lost. We are using Oracle 9iAS, and we ha