Re: OthAuth session disappearing

2007-03-04 Thread Dusty

Okay, so I am not a server expert but all of my problems stem from a
incorrect setting in the php.ini file. Here is a reference to a thread
that was helped me solve it.

http://groups.google.com/group/cake-php/browse_thread/thread/ada15abbf3507645/6c7980ae109fb9e8?lnk=gstq=sessionrnum=3#6c7980ae109fb9e8

I had to set the session.auto_start=1

I hope if anyone sees this it will save them hours of headaches.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



OthAuth session disappearing

2007-02-27 Thread Dusty

I have looked all over this group and I have a question I think is
similar to some but I have never seen a real answer I don't think. At
least not one I understand anyway.

I have cake 1.1 and othAuth 0.5.3. I have set up the tables, the
models, the views the controllers, and the components.

Something is happening that blows my mind. The session seems to be
disappearing after a successful login. Which is not really a
successful login. When I log in I see that the last_visited field is
updated in the users table. I can throw a print_r in the _saveSession
function after it writes the session in the othAuth component and it
prints out the othAuth session information. I can open the session
file on the server and see that the othAuth session information is in
the file. I have tried setting the cake_security to high, medium ,
low. I have managed the sessions with the database, php and cake. I
see a new session everytime I refresh the page. The session info seems
to be there temporarily yet the $othAuth-sessionValid() does not
believe it. The only time anything seems to act like it is logged in
is when I check the remember me box and even then id does not show
me as being logged in on every page. Plus, I can't seem to log out.

I would greatly appreciate any suggestions to help me with my issue. I
would be happy to provide more information. I might even give you a
great big hug.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---