I need a module single sign on for the multi sites created by drupal nodes. This module should capable of sustaining session in each and every site creatd by drupal.

How it can be done.

Comments

catch’s picture

Category: feature » support
Priority: Critical » Normal
Status: Active » Closed (fixed)

drupal nodes are not sites, they're pages within a site. If a user is logged into your drupal site there's no further sign-on to access other pages unless you use access control.

If you're looking for persistent logins, you could take a look at this module:

http://drupal.org/project/persistent_login

which allows users to stay logged in for varying periods of time. Marking this as closed since it's not relevant to the single sign-on modules function.