hi,
Finally I got the error... not mine but PHP..
PHP4pl1.
I'm using $HTTP_SESSION_VARS array for access.
When I try to use the array and register_globals is On ... nothing is stored as session data... The doc's states that if tracks_var and register_global are On then they are aliased and it should works both ways.
When I turn off register_globals all works.
Not to mention that in the latest docs ot is mentioned that the array is $HTTP_STATE_VARS... !!!!!
OK. There is other developers that needs register_globals On.
How to solve the problem
Thanx in advance