Fix for the Safari/Directory problem
"Marc Battyani" <[email protected]> Tue, 3 Jan 2006 01:01:28 +0100
| Newsgroups | gmane.lisp.web |
|---|---|
| Message-ID | <074f01c60ff8$dbd58f30$0a02a8c0@marcxp> |
"Harald Hanche-Olsen" <[email protected]> wrote in c.l.l > > Cookie problems? > > The site works fine in firefox on freebsd with cookies enabled, but if > I disable cookies and try again, I get a page saying > > The page isn't redirecting properly > > Firefox has detected that the server is redirecting the request for > this address in a way that will never complete. > > * This problem can sometimes be caused by disabling or refusing to > accept cookies. Many thanks! That's probably this. In fact I didn't use cookies in my framework but I changed this to implement the "Remember me" feature. Well the implementation of this feature was probably too pushy :-( I've made a quick fix. Does this correct the Safari problem? Marc