Re: Clearing login details from browser

2008-12-19 Thread André Warnier
Kirk, Laurence wrote: [...] I think the problem may have to do with the current financial meltdown. Once a browser gets hold of a financial institution that actually responds, it just doesn't want to let go of it. ;-) - To uns

Re: too long

2008-12-19 Thread André Warnier
Dan Poirier wrote: [...] .. and he is right. It really looks like a DNS problem, *on Dzilberte's workstation side*. I connected to the site and submitted the contact form. The response is immediate (less than 1 second). For Dzilberte : I also do not know how much you know about how HTTP works

Re: Clearing login details from browser

2008-12-19 Thread Sheldon Ross
IMHO The JBOSS application should probably be handling the logins, if this application is very sophisticated. How are you handling sessions? On Fri, 2008-12-19 at 13:06 +, Tom Evans wrote: > On Fri, 2008-12-19 at 12:14 +, Kirk, Laurence wrote: > > I have apache acting as a proxy and pro

Re: too long

2008-12-19 Thread Dan Poirier
Delays that are multiples of a minute always make me look for DNS problems, since often a failed DNS lookup will timeout in one minute. It could be the client is failing to look up the host. If the client has multiple DNS servers defined, it could be that the first couple are not responding and i

Re: too long

2008-12-19 Thread Dzilberte Bekode
Hi Thanks for replying. I'm running two aplications on my virtual server. On both is the same problem. When I trigger submit on my contact forms or register forms i have this problem. But login of users are working fine. I'm using Open Source e-commerce aplication Prestashop. So the code should be

Re: too long

2008-12-19 Thread André Warnier
Dzilberte Bekode wrote: I'm running Apache/2.2.3 (Debian) PHP/5.2.0-8+etch13 mod_ssl/2.2.3 OpenSSL/0.9.8c Server at 81.89.49.231 Port 80. [...] > Any Ideas what may be wrong? No, because there may be many reasons, and you do not really give enough information to orient us. But maybe you

Re: Clearing login details from browser

2008-12-19 Thread Tom Evans
On Fri, 2008-12-19 at 12:14 +, Kirk, Laurence wrote: > I have apache acting as a proxy and providing authentication to a > JBoss application server . I time out sessions in JBoss but I think > the browser is storing the login details as the user can carry on > without having to log in again.

Re: AW: Can't Compile httpd 2.2.11 linked statically with ssl and zlib

2008-12-19 Thread Tom Evans
On Fri, 2008-12-19 at 10:56 +0100, xPostings wrote: > > > compiled zlib: > > > ./configure > > > make > > > make install > > > > What's your prefix here? It'd probably default to /usr/local > > default prefix is /usr/local (compiled library will be in /usr/local/lib and > include files are in /u

too long

2008-12-19 Thread Dzilberte Bekode
HI I'm running Apache/2.2.3 (Debian) PHP/5.2.0-8+etch13 mod_ssl/2.2.3 OpenSSL/0.9.8c Server at 81.89.49.231 Port 80. The problem is that when I submit any form (contact form or register form) on my webpages, it takes too long to proceed (around 2 minutes) It's pretty annoying. Any

Clearing login details from browser

2008-12-19 Thread Kirk, Laurence
I have apache acting as a proxy and providing authentication to a JBoss application server . I time out sessions in JBoss but I think the browser is storing the login details as the user can carry on without having to log in again. Is there a way to force the browser to delete login details , o

AW: Can't Compile httpd 2.2.11 linked statically with ssl and zlib

2008-12-19 Thread xPostings
> > compiled zlib: > > ./configure > > make > > make install > > What's your prefix here? It'd probably default to /usr/local default prefix is /usr/local (compiled library will be in /usr/local/lib and include files are in /usr/local/include) > > compiled openssl 0.9.8i: > > ./config no-zlib s