Hi,

there is no need to use sessions in my Applications.

I check the user's cookies before each action with beforeFilter in
app_controller.php. This means I have one extra DB read query per
action - a value that I can live with ;)

Cheers, Marcus

On Oct 25, 4:54 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> Cool!
> SMF has an api file with functions that can help you check if the user
> is logged in. (use the forum's session).
> BTW after authenticating the user, do you store the info into Cake's
> cookie/session? I searched through this mailing list and find many
> posts about "integrating phpBB and Cake's session",... which I dont
> really understand. I assume that phpBB doesnt have some kind of api
> file, because if you can call a function to retrieve the user's info
> from the forum's session, why would you want to store those infomation
> in Cake's session?


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