On 9/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >
> also, why does two application generate different session_ids, even
> though they are on the same server? in fact, I have put the second
> application as a subfolder within cake.
> Is it possible to set the session valid for the whole site (including
> subdomains too ?)
>
>

Session ID's are not application specific, unless you create your own
custom session handler that creates it's own custom session ID's.  I
do have experience with custom session handlers, but I get the
impression that you want multiple applications to share the same
session data.  If that's the case, I think what you really need is to
use a caching system like memcached to store the information and then
retrieve it later from multiple applications.

-- 
Chris Hartjes

"The greatest inefficiencies come from solving problems you will never have."
-- Rasmus Lerdorf

@TheBallpark - http://www.littlehart.net/attheballpark
@TheKeyboard - http://www.littlehart.net/atthekeyboard

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

Reply via email to