[PHP-SOAP-DEV] Problem with session example . Not working.
Status: Alpha
Brought to you by:
rodif_bl
From: andrey <ahr...@ic...> - 2002-05-10 09:20:10
|
I've tried with no success the example from the site about sessions - server & client. The sessions are created in the server but and the session_id is equal among 3 requests but the server returns NULL. Why - I don't have an idea. I looked at the source at saw that there are some kind of session handling but only that - i'm not C guru. Obviously the session_id is caried between 3 requests but why NULL is received instead of 1,2,3. Unfortunately I need this feature and my temporal solution is CSession class I wrote last night which is a wrapper for sessions with 4 methods (constructor,get_var($name),set_var($name,$val), get_sid()). I've written 2 versions - at the moment I'm working with one that serialize in TEXT field (mysql). The second one uses session_*() of PHP but does not work as I said above. Looking forward for some advice. Andrey |