ora-00054

Does one PHP/application session correspond to one Oracle/database session?

I'm experiencing some behavior I did not expect. I have a synchronous procedure that is kicked off via PHP/OCI8. At the beginning of the process there is a SELECT...FOR UPDATE NOWAIT I do NOWAIT because I want users notified immediately with an error message that the process is already running, rather than having their browser wait fo...