Re: Bug??? Orion/SSL + IE loses sessions

2001-07-04 Thread Johan Fredriksson
Installation. The site is in swedish so you might have difficulties navigating :) Johan - Original Message - From: Noah Nordrum [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, July 03, 2001 8:46 PM Subject: Re: Bug??? Orion/SSL + IE loses sessions are you using a really

RE: Bug??? Orion/SSL + IE loses sessions

2001-07-03 Thread Derek Akers
This is a configuration problem... at least it was in earlier versions. You must make sure to include the attribute 'secure="true"' in the web-site tag of your secure-web-site.xml file. Also, make sure that the attribute 'shared="true"' appears in each web-app tag in this same file. This

Re: Bug??? Orion/SSL + IE loses sessions

2001-07-03 Thread Klaus Thiele
Hi, in your secure-web-site.xml try: web-app application=appname name=webapp root=/blabla shared=true/ ^ hope that helps klaus Am Dienstag, 3. Juli 2001 15:11 schrieben Sie:

Re: Bug??? Orion/SSL + IE loses sessions

2001-07-03 Thread Noah Nordrum
great. This may not be your problem, but just thought you might want to know. Noah - Original Message - From: Klaus Thiele [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, July 03, 2001 11:20 AM Subject: Re: Bug??? Orion/SSL + IE loses sessions Hi, in your secure-web