Does anyone know specifically how the system keeps session ids unique?
I've read some online documentation but can't find a good explanation.
I am concerned that if it relies on the remoteIP address, then two users from the same workstation could gain access to my PHP application, even though each on logged into the workstation's operating system under different ids. I know that Windows keeps cookies unique to a user, by I want to avoid using cookies if possible.
Any help?
Thank,
Steve