Forum LAMS for Tech-Heads - General Forum: Re: Re: Re: How to Achieve two or more user login?


 
Search: 

5: Re: Re: Re: How to Achieve two or more user login?
In response to 3 07/20/10 10:06 PM
[ Reply | Forward ]
But you can create two uses with the same permissions. That's actually a lot better.

Posted by Ernie Ghiglione

6: Re: Re: Re: Re: How to Achieve two or more user login?
In response to 5 07/20/10 11:02 PM
[ Reply | Forward ]
Excuse me,what do u mean by "But you can create two uses with the same permissions."?

Posted by darkwq angel

7: Re: Re: Re: Re: Re: How to Achieve two or more user login?
In response to 6 07/20/10 11:04 PM
[ Reply | Forward ]
Sorry, I should have clarified...

Instead of trying to use the same user from two different computers, you should create two users that have the same permissions. That is if User1 is a teacher on Course "Math 101", then create a User2 that is *also* teacher on the Math101 course.

Thanks,

ernie

Posted by Ernie Ghiglione

8: Re: Re: Re: Re: Re: Re: How to Achieve two or more user login?
In response to 7 07/21/10 12:07 AM
[ Reply | Forward ]
Thanks a lot!

Could you kindly pls let me know are there any corresponding settings in the configuration of lams? Or
are there any other ways to make it possible to log in the same user in different places at the same time?

Thanks and regards,

Posted by darkwq angel

9: Re: Re: Re: Re: Re: Re: Re: How to Achieve two or more user login?
In response to 8 07/21/10 12:46 AM
[ Reply | Forward ]
> are there any other ways to make it possible to log in the same user in
> different places at the same time?

Unfortunately, it's not possible at all. As LAMS will overwrite the session of a user that is already logged in.

Ernie

Posted by Ernie Ghiglione

10: Re: Re: Re: Re: Re: Re: Re: Re: How to Achieve two or more user login?
In response to 9 07/21/10 02:54 AM
[ Reply | Forward ]
Thanks for your kind reply.

I have just studies the java code of LAMS, and i found that the session is managed by ThreadLocal. I wonder whether the java code can be changed or not?

Posted by darkwq angel

11: Re: Re: Re: Re: Re: Re: Re: Re: Re: How to Achieve two or more user login?
In response to 10 07/21/10 06:26 AM
[ Reply | Forward ]
> wonder whether the java code can be changed or not?

The advantage of open source software is that you can change the code as much as you want. So please go right ahead... I'll be interested to know how far you get with this.

Thanks,

ernie

Posted by Ernie Ghiglione

Reply to first post on this page
Back to LAMS for Tech-Heads - General Forum