On Mon, Apr 21, 2008 at 12:27 PM, Eli Shemer <[EMAIL PROTECTED]> wrote: > Stuck meaning that I cannot logon to my web site at all. > I have to close the explorer and open it again.
Ok, you need to do some debugging. First I'd try connecting with telnet or a command-line browser like lwp-request so you can see how far it's getting. You also need to put some warn statements in or use the debugger to find out what line it stops executing on. - Perrin