In your login view add

echo $session->flash('auth);


On Jun 10, 5:29 pm, Windex <[email protected]> wrote:
> Well, I guess I figured it out... not entirely sure what I did but the
> last thing was to adjust the debug level up and down and then back to
> where it was when I started having the problem.  =\
>
> On Jun 8, 8:20 pm, Windex <[email protected]> wrote:
>
>
>
> > Did you ever figure this out?  I'm running into the same issue but its
> > occurring with ALL flash messages.  Nothing I do seems to cause any
> > message to be output.
>
> > My debug level is 0 (read that anything higher will suppress the flash
> > output), my controllers are partly customs and partly the default add/
> > edit/etc actions with the cake generate flash messages.  I'm using
> > $this->Session->setFlash() in controllers and in my layout i'm using
> > $this->Session->flash(); and $this->Session->flash('auth').
> > $session["messages"] never seems to have anything in it and I'm not
> > getting any error messages.
>
> > On May 30, 6:25 pm, dtemes <[email protected]> wrote:
>
> > > Hi All, I am testing cake 1.3 in a new application I am building and I
> > > have a weird behaviour: No flash messages are shown in the login page.
> > > I am using Auth and ACL, and the session component and helpers are
> > > already in my app_controller.
>
> > > Seems like a new session is created everytime the user hits the login
> > > action of my users controller. I have some login in the login action
> > > to save the user IP address and log the access. any hints?
>
> > > Thanks in advance

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" 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/cake-php?hl=en

Reply via email to