Help - Sessions

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
michaeru
Forum Commoner
Posts: 28
Joined: Sun Mar 07, 2010 5:22 pm

Help - Sessions

Post by michaeru »

Good Day,

I have been testing sites using local servers. I do not know about sessions of multiple computer units.

How do I keep track of which session is used by a computer unit?
How do I prevent the same account to be used by multiple computer units?
User avatar
phdatabase
Forum Commoner
Posts: 83
Joined: Fri May 28, 2010 10:02 am
Location: Fort Myers, FL

Re: Help - Sessions

Post by phdatabase »

The good news is, you don't have to.
michaeru
Forum Commoner
Posts: 28
Joined: Sun Mar 07, 2010 5:22 pm

Re: Help - Sessions

Post by michaeru »

Oh.. Hm, so it's automatic? Hm, do I have to make session IDs?
Post Reply