Hello,

http://i85.photobucket.com/albums/k67/2wankel/multiple.jpg

I'm having problems in Drupal 6.2 with multiple logins. Anyone has a clue? I searched, but I cant get a definate answer.

thanks

Comments

roopletheme’s picture

I think that the Session Limit module will do what you want. It's only released for D5, but there is a D6 patch available.

ultrasparq’s picture

Hello,

Thanks for the help.

Can you clarify somethings on installing this...

I install the D5 version

Then I make a file called "session_limit.install" over write the old "session_limit.install" thats in the moduel/session_limit folders with this code...

<?php

/**
* @file session_limit.install
* Contains install and update functions for Session Limit.
*
* @ingroup session_limit
*/

function session_limit_uninstall() {
variable_del('session_limit_max');
}

Now what do I do with the patch? How do I apply it?

thanks