Hi All,

I am new Cakephp. I am using simple login mechanism ( not the standard
Auth) for checking in user login. I set a session variable in the
login action and try to access the variable in "graph" action. I am
unable to read the variable. When I do a var_dump, i get NULL. I have
tried all the options suggested by users in this group like setting
security low/medium. Changed cake_session.php @ like 595

                       if(session_id() == '') {
                                session_start();
                        }

I am using CakePhp 1.3 and Php 5.2.

I have been trying to get this up for past couple of days. Please help
me to solve this problem.!!!!!!

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 cake-php@googlegroups.com
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?hl=en

Reply via email to