hi
I has write a script with php for login member
that after arrival member to site a variable session with name username
($_session['username'] )
is created and the other page in site is used that value is username for each user and username is unique for each user
my question is this
if several member login at one time this variable session with one name
for all users that login ,now how is this variable session with name username on the
server?is this variable unique or identify for each user?
thanks alot
I has write a script with php for login member
that after arrival member to site a variable session with name username
($_session['username'] )
is created and the other page in site is used that value is username for each user and username is unique for each user
my question is this
if several member login at one time this variable session with one name
for all users that login ,now how is this variable session with name username on the
server?is this variable unique or identify for each user?
thanks alot
Comment