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!
Will a Windows NOT/2000 administrator be able to tap into a network to view what the users are working on if the users are working within a php page that's under a session?
yes, depending on what is stored in the session. The session vars are serialized and then written to a file so you can get some info by reading the session files built.