:)
 
nate - i had already tried that.
 
basically, i use the same db as used by rdBloggery.
 
but my application runs in /app/ and the blog in /rdBloggery/
 
even when i was storing sessions in the db, i was not able to auto log the person into rdBloggery if he already logged on in my application in /app/.
 
when i work off the computer at home it works, when i do this from office computer it doesn't.
 
i m going mad!! :)
 
thanks,
Mandy.

 
On 8/19/06, nate <[EMAIL PROTECTED]> wrote:

Mandy, that's because I wasn't on IRC ;-)

in app/config/core.php, there is a setting called CAKE_SESSION_SAVE,
set that to 'database', and load the SQL from
app/config/sql/sessions.sql into your database.  Then, if you include
the same database in both applications, you should be able to share
session data.



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to