Re: cakephp url change

2014-08-04 Thread Stephen S
You can save their account number to the session, a few examples: $this->Session->read('Auth.User.id') is the user id once being logged in $this->Session->read('Auth.User.account_number') would hold the account_number field from the users table (if you had one). Or you could go through $this->Aut

cakephp url change

2014-08-04 Thread vbpupil
Hi guys I have a question that im sure someone will be able to answer very quickly. Im working on a site where customers can add their own property to sell, if they click list a property the system first checks that they are logged in if not asks them to login, then upon a successful signin it