RE: Session cookie and https. PLEASE HELP!!!!

2001-03-09 Thread Sergio Socarras
ed. HTH JP PS: Is this truly critical to your app? We are implementing our own Session Management here and perhaps we'll run into the same problems you will? -Original Message- From: Sergio Socarras [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 07, 2001 5:01 AM To: Orio

Session cookie and https. PLEASE HELP!!!!

2001-03-07 Thread Sergio Socarras
Hi I'm running into some strange behavior with sessions when running under https. I notice that when I set my browser to prompt me when a cookie is to be set and hit my application with regular http, I get a prompt for the session cookie. If I hit the same page running a secure connection I'm

Session cookies and https behavior

2001-02-22 Thread Sergio Socarras
Hi I'm running into some strange behavior with sessions when running under https. I notice that when I set my browser to prompt me when a cookie is to be set and hit my application with regular http, I get a prompt for the session cookie. If I hit the same page running a secure connection I'm

Orion sharing http port with IIS on different IPs. PLEASE HELP!

2001-02-13 Thread Sergio Socarras
Hi, I need to be able to run IIS and orion on the same port but different ips. This seems to work ok with IIS and Apache but when I try to run orion with IIS I get the following error: Error starting HTTP-Server: Address in use: JVM_Bind Is there any way to get around this problem. Please

orion http returning Connect Filed

2001-02-07 Thread Sergio Socarras
I been running some load test with the ZDWebBench tool and notice that under heavy load (4 client with 60 threads each) orion a lot of times returns "Connect Failed. --- Error Code 10061". I found the server.xml connection field and have it set to: max-http-connections

Getting 1.4.6 which fixes bug #161

2001-01-30 Thread Sergio Socarras
Hi, I saw an email in regards to the fix of bug #161 that claimed to be fixed in 1.4.6. I went to the orionserver site to see if I can download 1.4.6 but can't find a way of doing it. Is it available for download yet? If so, can someone tell me how to do it. Thanks Sergio

Recreating an expired session. PLEASE HELP!!!

2001-01-21 Thread Sergio Socarras
How can I re-create a session once the session timeout has been reached and the server has invalidated the session. I have a couple of pages that require a session, but I need to timeout after five minutes of inactivity. If the session has timed out, I need to send the user back to a login

jsp:include and custom tag question. Please Help!

2000-09-14 Thread Sergio Socarras
We have been looking into multiple JSP enginges and we noticed that only OrionServer implements jsp:include in a way that makes sence. Most of other engines simply output the results of jsp:include directly to the ServletResponse output stream (as JSP 1.1 spec indicates). Orion, however, tends