OK,
So I give..... I think I have or understand conceptually the statelessness of HTTP.
So I decided to use php session HOWEVER I thought or believed that somehow php sessions could operate where php created a file on the web server.
So I'm saying -
I do not want to store cookies
I do not want to pass a session id in a URL
I do not want to use java script
I am willing to use php sessions, but I want to have php sessions where php stores a file on the web server.
Is there such a thing? - php sessions where php stores the data on the server and when on script on the server calls another the same server it knows what session
?????????????
Thanks!!!