Press "Enter" to skip to content

Tag: PHP

WordPress plugin development: AstroKarten

Although in the past I did quite a lot of small freelance jobs, I became too comfortable just doing my full-time job and nothing more, even though working on the same project for years does not give you that fulfillment small and interesting projects can give. After returning from our holiday in Greece, I still had a few days off work, so I thought I would try my luck on UpWork. I knew it was going to be difficult, especially as I have no ratings and didn’t work a minute on the site, but I got lucky…

Comments closed

PHP – load session by a given session ID

Last week I have bumped into a small problem that caused me a few hours head ache… I had a desktop application written in Adobe AIR and a server offering web services in PHP. The users of the desktop application could log in and their session variables had to be stored on the server. The only data the desktop application stored was the session ID returned by the web service after logging in.

Comments closed