Hello Community,

I am using auth component in my code and while retrieving first_name from
session ($this->Session->read('Auth.User.first_name')) on my development
machine(windows with wamp), it is working fine.

However if deploying the same code on QA machine (linux with apache and php
separately), i am not able to get the first_name from session although i
have noticed if i am trying to retrieve username or password from session,
it is working.

Working on QA - $this->Session->read('Auth.User.username')
Working on QA - $this->Session->read('Auth.User.password')
*Not working on QA - $this->Session->read('Auth.User.first_name) or
$this->Session->read('Auth.User.email')*

Please suggest.

Regards
Tapan Thapa
India

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to