Re: Session and cake

2008-02-25 Thread rtconner
$this->Session->active() should fix your problem. On Feb 25, 3:35 pm, Paolo <[EMAIL PROTECTED]> wrote: > Hi all! > I created a simple user authentication form, using session. The user > must insert name and password and then if these correspond to a know > combination the user is logged in. To c

Session and cake

2008-02-25 Thread Paolo
Hi all! I created a simple user authentication form, using session. The user must insert name and password and then if these correspond to a know combination the user is logged in. To check if a user is logged I used cake session. Everything woeked fine until I tried to use php sesison in another