Hi,
I installed the module, and the module work in drupal 7.
with Attention about the 2 bugs:
1. when I add a new role and create new user with that role the default session limit is 1.
why?
explain:
i have roles: admin, role 1, role 2, role 3.
admin session limit = default. ( work perfect )
role1 session limit = 1. ( work perfect )
role2 session limit = default. ( not working well because I can access just 1 time ), even If I choose session limit = 50 ( for example ), its not working well, all the roles get session limit = 1.

2. when I add user to same role I dont get the same session limit of another user with the same role.
example:
add user1 - role1, - session limit = 5.
add user2 - role1, - session limit = default. - not working ( this user get just 1 session limit )
Why?, whats wrong?
Thanks a lot.

Thanks.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

deekayen’s picture

Category: bug » support
ntigh52’s picture

David,
Thank you for your response,
Is the admin's default session limit is unlimitted and to the rest of roles default session limit is 1?
Thanks.

ntigh52’s picture

David,
Now after reading the session limit module file I understand what is the problem.
I dont have the link to the:

  • admin/people/session_limit
    • admin/people/session_limit/defaults
    • admin/people/session_limit/roles

I have just user/%user/session_limit ( per specific user )

It's a bug?

Thanks.
edit: now I saw this issue.
hopefully I solved the problem.

ntigh52’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

1

grahamvalue’s picture

Version: 7.x-2.0-beta1 » 7.x-2.2
Issue summary: View changes
Status: Closed (fixed) » Active

Links seem to be missing again.

johnennew’s picture

Version: 7.x-2.2 » 7.x-2.x-dev
Status: Active » Needs review
FileSize
1.46 KB

Attached patch updates the README with the correct paths, updates hook_menu to include the tabs and links from the modules page.

  • ceng committed 8a22491 on 7.x-2.x
    Issue #1392480 by ceng: default session limit per role not working
    
johnennew’s picture

Status: Needs review » Fixed

Committed to 7.x-2.x

grahamvalue’s picture

Thank you!

When will this be available as a module update?

johnennew’s picture

Should be within the next 2 weeks as there are other pending changes I would like some testing done on before cutting a release.

grahamvalue’s picture

Great! Thanks.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.