I can't remember which PHP's version that my webHost is using, but what I can remember very good that the PHP's version that my webHost is using is if the cookie is disabled the variable will not be inserted in the URL automatically! from this point I dont want to use sessions.
So, is there is any way to stop re-creating (ID) variable everytime the user hit the refresh button?
I know that in PHP you can play around anything and implement your crazy idea🙂
Anyway, Im intersted in how I can test the browser if its accepting cookies, but if its not accepting what shall I do with sessions if my PHP version not accepting to insert the session variable in the URL?