Isolate Posted April 30, 2014 Posted April 30, 2014 does opening a URL stream in java count as users online?
Ryley Posted April 30, 2014 Posted April 30, 2014 I don't quite understand what you mean.. If you're want to update a count via the parameter of some PHP file then I do not recommend you do that, it's unsafe. You would be much better off using some SQL dialect or another database to store that information.
Isolate Posted April 30, 2014 Author Posted April 30, 2014 I don't quite understand what you mean.. If you're want to update a count via the parameter of some PHP file then I do not recommend you do that, it's unsafe. You would be much better off using some SQL dialect or another database to store that information. oml i do. i have mySQL database with a phpMyAdmin table counting the current sessions. the php then grabs the sessions and displays the total amount with php. what i was asking is if opening a URLstream counts as a session so i can count total users and restrict the amount