RE: Persistance between HTTP and HTTPS

2001-12-07 Thread The elephantwalker
resend, second one didn't catch... -Original Message- From: The elephantwalker [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 5:18 AM To: Orion-Interest Subject: RE: Persistance between HTTP and HTTPS resend, first one didn't catch... -Original Message- From

RE: Persistance between HTTP and HTTPS

2001-12-06 Thread geoff
Don't know if it's related, but we've found that while we're using HTTPS on Orion, the sesions would, seemingly at random, sometimes vanish on us. Reasons unknown, and we haven't tracked it down yet. - Geoffrey -Original Message-From: Steve Best [mailto:[EMAIL

Re: Persistance between HTTP and HTTPS

2001-12-06 Thread Steve Best
n-session="true", but it works with both for the time being. Steve - Original Message - From: [EMAIL PROTECTED] To: Orion-Interest Sent: Thursday, December 06, 2001 8:44 AM Subject: RE: Persistance between HTTP and HTTPS Don't know if it's related, but we'

RE: persistance

2001-03-26 Thread Johan Lundberg
Subject: RE: persistance why dont you create a class that parses them and another class that keeps the results in member variables... you could then serialize the class with the results. check the file dates whenever you need to get the results and reparse if necessary, otherwise just reload

RE: persistance

2001-03-25 Thread elephantwalker
the app got a request (that would be horribly slow). I am still investigating this issue. Regards, Elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Allen Fogleson Sent: Saturday, March 24, 2001 9:58 PM To: Orion-Interest Subject: RE

RE: persistance - App Server level

2001-03-25 Thread cybermaster
It seems the granularity of re-use you describe is at the application or web-application level. Obviously, such objects must exist internally to Orion. There may be reasons why they are not public, but I certainly would love to see something like HttpApplication or WebApplication or whatever it

RE: persistance

2001-03-25 Thread Gary Shea
got a request (that would be horribly slow). I am still investigating this issue. Regards, Elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Allen Fogleson Sent: Saturday, March 24, 2001 9:58 PM To: Orion-Interest Subject: RE

RE: persistance

2001-03-24 Thread Allen Fogleson
why dont you create a class that parses them and another class that keeps the results in member variables... you could then serialize the class with the results. check the file dates whenever you need to get the results and reparse if necessary, otherwise just reload the serialized class. Al