PDA

View Full Version : sessions


tommac3
04-11-2009, 06:40 PM
Is there a way to initialize a session via code?

I would like to trigger a login via an externap application that has the same login name and password.

How do sessions work in vbulletin?

abbasbsp
04-11-2009, 07:39 PM
I dont know, what you mean ... please at explain

tommac3
04-11-2009, 09:39 PM
I would like to integrate drupal with vbulletin. I found a module in drupal that syncs up logins ... what I was wondering is if there was a way to login vbulletin automatically, without the user loging into both places, when the user logs into drupal.

I was trying to do some more homework on this and I was recommended not to sync this up but to try to override the drupal login methods.

In short what I am trying to accomplish is to have single sign on between drupal and vbulletin.

Dismounted
04-12-2009, 04:14 AM
Look inside functions_login.php.