I dont have access to a database for this. Aparantly its a little screwed up.
is it possible to assign the session ID without loosing the data?
I have read that it is possible to get hold of the data, can this exploit be exploited in this project?
Search found 2 matches
- Mon Dec 04, 2006 11:05 pm
- Forum: PHP - Code
- Topic: Sharing Session over IP
- Replies: 3
- Views: 853
- Sun Dec 03, 2006 2:56 am
- Forum: PHP - Code
- Topic: Sharing Session over IP
- Replies: 3
- Views: 853
Sharing Session over IP
Hello, I am currently writing a 2 player game of Battleships in PHP. to easily share information between the two users, i thought that a shared session could be simple and effective. Trying to find a way of doing this has proved to be harder than i thought. I'd imagine this is bad practice, but as t...