Quote:
Originally Posted by Dismounted
The session table. A row is created (and destroyed) on login/logout.
|
Could you post code (or direct to a thread that has it - i cant find it by searching) that does this externally? I do tons of queries on the vb database allready from my main site (site and forum on same domain), and need to match up the session table with my cookies.
Im doing some external login by creating the bbpassword and bbuserid cookies properly. Apparently my sessions dont match up once I actually navigate from the main site to the forum, and the user appears to not be logged in. Im not sure how to set the row correctly in the session table or how to create a sessionhash.
Thanks to anyone that can help