Confused? I know I was at first, but let me explain. First, why would there be a session-less environment? I thought this was a HUGE plus to server-side development languages over basic HTML that is session-less? Well, you would be right in that sense; however, as I mentioned in a recent blog that I’ve switched careers and I am currently doing server-side game development for large Facebook Virtual Worlds. The client/server relationship in these games are completely session-less. Each time the client performs an action, the server doesn’t “know” who they are because it’s not a consistent relationship like a browser and a web server.
Don’t worry, there is a simple solution to this problem, let’s explore it now. (more…)