RE: https second session problems...

2001-03-07 Thread Aaron Tavistock
that this is the right solution, but it makes sense and it works in this limited case. -Original Message- From: Geoff Marshall [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 06, 2001 9:30 AM To: Orion-Interest Subject: https second session problems... First, a thank-you to Jay Armstrong

https second session problems...

2001-03-06 Thread Geoff Marshall
First, a thank-you to Jay Armstrong for his SimplePortTester. Indeed, Apache had port 443 locked up even though I thought I had stopped Apache. Here's the problem of the day: I'm only using JSP and Beans. It seems when I switch between http and https, Orion crreates a 'second session'. I have

Re: https second session problems...

2001-03-06 Thread Rafael Alvarez
Oops, I missed it in my last post... I got the same problem. What I did (and it worked, even as it seems that it shouldn't) was to store a session reference in the application context in the last non-secure page, and then retrieve it in the first secure page. Every object that was store in the