Sessions for login with vb3
I have a different login for the site and forum now, although it uses the same tables, but what i want to do is that when you login on the forum, that you also are logged in on the site.
I got it working with the cookies, but the sessions wont work.
How do i add stuff in the session in the vb3?
just with session_register("uid") or $_SESSION['uid']=$uid doesnt work. So i am curious how to do it then. I checked the session.php in the includes, but couldnt find where the sessions are created.
Does anyone know where to modify it?
|