Questions tagged [multiple-users]
213 questions
0
votes
2 answers
How to separate information sent to two computers under same ip
I am trying to make a cart system using PHP. My cart system allows users to add products to their cart and save it there without having to login (as a guest) simply by referring to the user IP. Some of you already know where this is going.
Now lets…
0
votes
3 answers
Assigning a unique ID every time android app is opened
I am creating an app whose main purpose is to collect data for experiments, which it uploads to a database at the end of each experiment. I want to assign a unique identifier each time the experiment is run (either opening the app, or restarting the…

Adam Francey
- 133
- 6
0
votes
1 answer
List application data folder for multiple users powershell
We are having issue with folder redirection and want to split this up among two servers instead of one. One of the folders we are redirecting is the Application Data folder. We want to enumerate this folder for each user so we can decide how big the…

ubernewb
- 1
- 1
0
votes
2 answers
App Engine Backend with Google Cloud Messaging sending message to more than 1000 users
I want to send a message (e.g. Update available) to all users(~15,000). I have implemented App Engine Backend with Google Cloud Messaging to send message.
I have tested on 2 devices. Got message on both. But as google docs says "GCM is support for…

Programmer
- 878
- 2
- 11
- 24
0
votes
1 answer
will lots of people on website overload database?
I have a website run by php. I have about 80 users that will be signing up within a hour period.
my question is are there any problems that could occur when having lots of people accessing my database all at once?
I mean 80 users is a lot for me,…

krummens
- 837
- 2
- 17
- 38
0
votes
1 answer
Need to have users in multiple protection groups
I have a project that I'm doing for my OS class and there's a part of it that has me a bit stumped:
Have at least 3 different ordinary users on your system, and at least three different protection groups, with each protection group consisting of…

jocab_w
- 33
- 5
0
votes
1 answer
How to create different Wordpress usertypes
I'm a newbie. What I ultimately need is a capability on Wordpress to create different usertypes where each user will have access to certain plugins.
For example: students will have access to plugins A and B, teachers will have access to plugin B…

Dave_O
- 11
- 2
- 7
0
votes
1 answer
How do I change this script so when it finds a user exists in a MySQL database it updates and doesn't return the error message?
This part of the script checks for multiple usernames, I want it to update the user found instead of ending with the user exists error message:
// Verify a users existance by username. Function will fail if multiple usernames are…

Tjenks
- 3
- 2
0
votes
2 answers
Prevent multiple user enter by same username at the same time? symfony 1.4
How to prevent multiple users enter by same username at same time? Example: When username is using by me and other guys try to enter with my username at same time it should display error like "Your username is already in use".
I tried saving…

Sarnai Enhmandah
- 1
- 1
- 2
0
votes
2 answers
Multiple Users Accessing my website
okay so I'm developing this website for my capstone class, it's a ticket reservation system. I'm using phpmyadmin on wamp server. My question is, at any point of time many users will be on my website.
They register or login, and according to their…

Sam Muouj
- 1
- 1
0
votes
2 answers
devise and multiple users
I am trying to have Devise create a single User model and have different roles be a separate model. My User model (from rails g devise User) has a email, first name, last name, and role field.
The roles are admin, spectator, competitor. So, I…

Josh L
- 105
- 1
- 2
- 10
0
votes
1 answer
Is it possible for multiple users to edit the same Javadoc through egit?
I am working on a project with a team. We want to have inlined documentation for our project that can be edited by multiple users. Can this be done through github -- make some java doc comments, commit to github so that another person can check out…

Jammy
- 13
- 2
0
votes
1 answer
organize controllers for an app with multiple users
I have to create an application with 5 types of roles.
So I started nesting my…

JCielo
- 15
- 1
- 5
0
votes
1 answer
Prevent multiple users log in to a website on a same machine at same time in asp.net
I have an asp.net website that can be logged in from two different websites. Upon logging in, the website will make a call to database and create an session variable to determine which data to load something like Account_ID. The session variable…

Laurence
- 7,633
- 21
- 78
- 129
0
votes
1 answer
Assign one project to multiple users in SugarCRM
What I want:- I need one project assigned to multiple users and have that project only visible to assigned users.
What I have done:- I have created a module with the help of module builder with name allproject. If I use 'assigned to' field in…

ajaykumar
- 35
- 1
- 9