DigitalCrowd
02-11-2004, 05:30 PM
I am building a site that Vb3 is just one part of the big puzzle. Through reading threads on this site and other places, I have managed to create my system where registration happens outside vbulletin, and creates accounts in vbulletin, posts can be made to vbulletin outside of it. Vb3 is the primary user account system though, and I base everything off of it for my primary user base, but don't use it directly.
I designed it so that I can grow w/ vb3 modifications, but at the same time I am not dependent upon it for everything, so for example, I don't use Vb3 global files in all my scripts, cause it's not needed except when required by a script directly interfacing with Vb3.
ISSUE:
My system works great for users who login and use cookies, whether inside or outside the vb software. My question is... how does Vb3 use session handling for users w/o bbuserid and bbpassword cookies stored. I'd like to be able to peak at this session information when they are on other areas of the site to add that information to my $_SESSION array for the rest of my site's systems. I'd also like for people to be able to login outside of VB3 and I'd like to be able to create the necessary session information for VB3 to finish up this seamless experience.
Any hints or ideas would be helpful.
I designed it so that I can grow w/ vb3 modifications, but at the same time I am not dependent upon it for everything, so for example, I don't use Vb3 global files in all my scripts, cause it's not needed except when required by a script directly interfacing with Vb3.
ISSUE:
My system works great for users who login and use cookies, whether inside or outside the vb software. My question is... how does Vb3 use session handling for users w/o bbuserid and bbpassword cookies stored. I'd like to be able to peak at this session information when they are on other areas of the site to add that information to my $_SESSION array for the rest of my site's systems. I'd also like for people to be able to login outside of VB3 and I'd like to be able to create the necessary session information for VB3 to finish up this seamless experience.
Any hints or ideas would be helpful.