PDA

View Full Version : How to share session with VBB?


AllanSun
10-05-2002, 11:38 PM
Hi all:
I'm think of building a web site based on VBB forum.
My first problem I faced is that I can't use session from VBB.
For example, I put a URL from VBB page link to one of myself page.




<?php
session_start();
if (isset($session)) {
echo $session[userid];
}
?>


but it cann't work at all

otherwise, I serched the codes of VBB, but I cannot find any of the session functions appeared in them. Why? could somebody tell me where those codes are?

Xenon
10-06-2002, 10:00 AM
AllanSun, please go to this (http://www.vbulletin.com/members/vbulletin.org.php) page and enter your username, to show you are licensed. (you will need to use your customer number and password to access that page)
Thank you.