I am trying to setup a session -- it works fine with cookies are enabled (session file in /php/tmp has the serialized variables), but when they are disabled, the session file (/php/tmp) does not contain any data.
When cookies are disabled, PHP will generate a SID and will create a session file in the /tmp folder, but simply does not write variables to it.
Thanks for any suggestions.