Hi,
Im having the same session problems with obauth..unfortunately the
problem is not related to any specific code for me, i just use the
login function rthat stores the data in session variables, and before
the controller redirects to a specific view i can print_r all the
$_SESSION data, and my user data is there...after i redirect to an
empty page containing ONLY print_r($_SESSION); all the data stored
from the login disapears...i cant figure out what is happening, i
started thinking its related to my server..if any of you could help
with this.
thanks
:uic
El 21/12/2006, a las 13:45, Ismael S. Kafeltz escribió:
Hello everybody.
I am using the dAuth v0.3, I have a problem with session that dAuth
create
[User] => Array
(
[id] => 1
[username] => ismael
[email] => yyyyyyyyyyy
[password] => xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
)
)
Ok, the problem is that i lose the session after enter in a especific
view which contains this snippet:
<table cellpadding="2" cellspacing="1" border="0" width="700"
class="lista" background="white">
I discovered (after years trying to find the problem) that if I erase
this: background="white"
it works perfect.... i don't lose anymore my session.
I really don't know why, i agree this is very uncommon
I think the problem is with the Render engine don't like the
(background="white") string and do something...
I don't know if I made myself clear to explain, can anybody reproduce
this error?
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---