Be aware of the fact that absolute URLs are NOT automatically rewritten to contain the SID. Of course, it says so in the documentation ('Passing the Session Id') and of course it makes perfectly sense to have that restriction, but here's what happened to me: I have been using sessions for quite a while without problems. When I used a global configuration file to be included in all my scripts, it c

