Re: Session Variable Returning "Favicon.ico" Instead of the Value I Set

2007-08-07 Thread Grant Cox
Search the group, this has been answered before. It is because you have a relative link to an image file, and when your browser requests this it executes your action again. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

Session Variable Returning "Favicon.ico" Instead of the Value I Set

2007-08-07 Thread voidstate
I am having trouble with a session variable returning favicon.ico instead of the value I set it to. Here's the method from my controller: function login( $ref = null ) { if( !empty( $ref ) ) { $this->Session->write('admin_referer&#