Forum Moderators: rogerd

Message Too Old, No Replies

Simple Question for a phpBB Expert

         

narasopa

12:02 am on Jan 21, 2005 (gmt 0)

10+ Year Member


Hello - I have a forum running based on phpBB, and I need to know the answer to a question. I would like to give a tour of the forum and allow almost 50 people to log in with one username / password. I have tested up to five people logging in on the same username / pass with no problem - is there anything in the code that would make it a problem for 50.

I need to know for sure because I don't want to get on a conference call, get people signing in, and then discover it doesn't work - please let me know!

Thanks,
Justin

rogerd

3:08 pm on Jan 22, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Interesting issue, perhaps someone has tried this. If it worked with 5, it seems like there wouldn't be a problem with more. Each user will have his own session going, and perhaps the login is used only for authentcation purposes.

How are you going to "lead" the tour? By teleconference or concurrent chat session?

narasopa

6:29 pm on Jan 22, 2005 (gmt 0)

10+ Year Member



It is going to be lead by teleconference. I think that we are going to ask everyone to register individually because I haven't been able to find a person who can give a definitive yes - although most agree it should work.

I'd still love to know for sure for future reference, though.