Integrating Ajax Chat – How to reuse an existing session cookie?
-
Hi All,
I’m wondering if someone can point me in the right direction, note I’m not very good with php/code.
I’m trying to implement a live chat shoutbox with bbpress using Ajax Chat. My goal is to get users logged in to bbpress, automatically log in with their BBpress credentials into the Chat.
In the Ajax chat wiki, it seems simple enough as they state:
If you want to reuse an existing session cookie set from another application just adjust the following setting in lib/config.php:
// Session handling:
$config = ‘PHPSESSID’;
Change PHPSESSID to the name of the session cookie you want to use.
I guess my question is, what is BBpress’s PHPSESSID and how can I make this work?
Thanks in advance!
Cheers
Wiki over at : http://ajax-chat.wiki.sourceforge.net/Reuse+existing+session+cookie
- You must be logged in to reply to this topic.