> An easy fix for your problem is adding a favicon.ico to your document
> root. Also make sure that the login page doesn't require any other
> images that do not exist on the server.

I'm sorry if I wasn't clear, but I've already tried this. Now what
happens is that you fill in your username and password and then you
hit submit and then you end up looking at an URL like this:

http://www.mydomain.com/favicon.ico

At which point, you can see the favicon, but that is all you can see,
because that is where the browser is now pointing.

If you log out, and then log back in, the problem vanishes. As I said
before, the problem is intermittent.

---- lawrence




On Sep 9, 5:36 am, Bernhard Schussek <[email protected]> wrote:
> Hi Jake,
>
> Can you try to access the favicon directly on the server? The problem
> probably is that the favicon is requested by the login page. Instead
> of loading an image, the symfony stack is launched, redirects to the
> login page and stores the requested page in the session, which was the
> favicon.
>
> Once you sign in successfully, symfony recalls the remembered page and
> redirects to it.
>
> An easy fix for your problem is adding a favicon.ico to your document
> root. Also make sure that the login page doesn't require any other
> images that do not exist on the server.
>
> Bernhard
> --
> Software Architect & Engineer
> Blog:http://webmozarts.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to