Connecting Tech Pros Worldwide Forums | Help | Site Map

I could not connect for multiple login

adimsubedi@gmail.com
Guest
 
Posts: n/a
#1: Sep 24 '07
I am trying to make multiple users login for the user on my library
managemnt system . i can do it with one user but its difficult for me
to make multiple user login. how can i do that. ????????


panda31
Guest
 
Posts: n/a
#2: Sep 24 '07

re: I could not connect for multiple login


On 24 sep, 08:56, adimsub...@gmail.com wrote:
Quote:
I am trying to make multiple users login for the user on my library
managemnt system . i can do it with one user but its difficult for me
to make multiple user login. how can i do that. ????????
Could you explain more your architecture and/or give some quotes of
your code?

Jerry Stuckle
Guest
 
Posts: n/a
#3: Sep 24 '07

re: I could not connect for multiple login


adimsubedi@gmail.com wrote:
Quote:
I am trying to make multiple users login for the user on my library
managemnt system . i can do it with one user but its difficult for me
to make multiple user login. how can i do that. ????????
>
Not hard. Keep track of your userids and passwords in a database. Store the
user's name or id in the $_SESSION superglobal. Each user will automatically
get a separate session so things won't get mixed up.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Closed Thread