Shareable session

Component type

module

Maintenance status

Development status

Component created

Component changed

Sharable session Module to save a user session and share the session.
This will define a block where you can assign it to any region. And this block will have a direct link to this pag
Allow sharing user session using an URL with a destination. Useful when testers want to report a bug and they will include this direct URL in the issue to allow developers to login directly and see the bug. Also, this will increase the testers awareness that the URL is important and very helpful.

Access Arguments List

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a simple module to make developer's life easier, it adds the "access argument" parameter to each permission row in admin permissions page ( admin/people/permissions ).

So, developer can copy and use it in custom modules hooks and functions e.g. hook_menu() and user_access().

Example to use in hook_menu():