Monday, 15 March 2010

ios - iPhone problems with PHP sessions -


This is something that I've done in practice so far I have not seen before.

I have made a web app that works beautifully on all devices (I was still thinking) Last week I got some complaints that a part of the application does not work. Maybe I have reviewed my code 100 times and I am not mistaken and the error behavior is that the session ends at one point or just is not setup - which is not possible, the system was tested on users' heaps .

Today I got a response from the customer using the iPhone 5. And in fact it happens that the session is not working properly.

I to use this session there is no possibility of the user to jump to the pages in order and to jump from page to second page. If the user tries to leave the page, then just need to return to the beginning and restart the process.

During this process, the return and stop on the iPhone does not allow you to go to level 1, unless you empty the cache.

This error occurs irregularly anywhere in the process.

- To mention, the user loses the end again.

Is it possible that the iPhone has a problem in my browser or there is an error on my side?

Thank you!

This is the problem I was facing as soon as possible. This can help with it. There may be session issues for the login page because the URLs you are opening in the browser are not unique. For example, if you are creating a login page for your website, and you have successfully created the session. Now, if you are signing in with the URL, your session is restricted to this URL only. If you open the above mentioned URL again (note www in both the URLs), you will see that you are not logged in. So please make sure that your webpage is always open in a single type of URL. Either www with or without www.


No comments:

Post a Comment