I have my own sessions and I would like to pass session values into Vanilla.
ie, when a user log into site, they can click on vanilla message board and not have to log in. The user information login are the same in vanilla user table and the main site login table.
If anyone can tell me which file I can modify to it would read or be pointed to session file that would be great..
I'm sorry, that helped little. my issue is that I already have a session. How can I use my session and/or just pass session variables to vanilla's session?
when I use session_start, anywhere I get "A session had already been started - ignoring session_start()".
I see. here is what I'm doing, maybe you can tell me if its efficient or not.
session.php is a file that gets login info from login page and such... other pages within site gets info from session.php file... else it will take user to logout page.
basically i just want instead of a login page, it get user info from session.php. Or the session communicates with session.php page I think it would be the easiest.