Hi
I have a mediawiki and a cakephp application.
Now I would make that a user that is logged on my application can
automatically access on wiki.
So I use the API of the wiki to make login and then I set the cookie
for the wiki. But then in this way  I lost the cookie relative for my
cakephp application.
I read that if your CakePHP app and my regular PHP app are not using
the same session ID, of course I am going to lose my session.
How can I do to have the same session ID for both applications
(cakephp application and wiki)?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to