i have a php function that when invoked requires a particular variable's state (0 or 1) it works fine when the function is called by the containing application, but when invoked by ajax, iam using jquery .ajax() , the variable is not available. i have tried a cookie which also is always zero.
thanks and take care!
jd