just looking at what you said quickly, what about scope? if i can't
access something inside a function, its usually because i haven't
declared it global...does this not apply to cookies?
jack
Jack Sasportas wrote:
>
> If I have a cookie request in a function, and check the value of a
> cookie,
If I have a cookie request in a function, and check the value of a
cookie, I get that there is no value, if I check for the value outside
of the function, I see the value.
What should I do to ? ( SAMPLE BELOW )
function f_check_security() {
# $c_uas_time is the cookie I want the value of
2 matches
Mail list logo