The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how to keep a user's vBulletin session alive (Where is it in the source code?)
How do vBulletin sessions work? It appears that it doesn't use PHP sessions. The source code is so complex, I can't find it.
I want to make a simple php page that serves no purpose except to refresh the user's vBulletin session. Can someone show me the part of the vBulletin source code that does this (so I can simply copy it)? (We're putting a chat app on our forum site. As long as users are chatting in the chat room, we want them to still be "logged in" to vBulletin. I can make the chat app periodically invisibly retrieve the php page that will refresh their vBulletin session.) Can someone help? Thanks! |
#2
|
||||
|
||||
I would have thought that including global.php on a page would do it. Did you try that?
|
#3
|
|||
|
|||
Thanks Lynne, that was a really good idea. But no that doesn't work. Apparently it's not that simple. (I even tried including all the code that comes before the require global.php statement in the php files, and it still didn't work.)
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|