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.
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
Comment #1
catchdrupal 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.