I forgot to put session command when I built first version of an iPhone application. Now, I wrote a session check command in every PHP function.
However, the first version is not working well because it loses session sometimes. A lot of people are using the first version already and can’t change it at this moment.
So, I was thinking that if I can get udid value of iPhone by using php command, I get give them a new session value who lose session data. or is there other solution to make this happen?
Thank you.
You can send udid from iphone using webservice to php and then you can access it.