hi every one
i am rying to write session in php5 on windows xp between svg pages but no success
i tried the same with html it was ok
what do i need to do to allow svg (on internet explorer ) to accepte sessions
thanksIE uses (by default) the adobe plugin, which from my understanding doesn't necessarily parse cookie information through.
Don't quote me, I'm sure you may be able to set and get cookies, but i've never tried nor seen it done. It's like trying to parse a normal cookie to a swf file, it just doesn't happen or it has it's own set of rules.
In regards to an a PHP specific session cookie, would I be assuming correct to say that the svg is being rendered by php rather than having a static .svg file?
i am rying to write session in php5 on windows xp between svg pages but no success
i tried the same with html it was ok
what do i need to do to allow svg (on internet explorer ) to accepte sessions
thanksIE uses (by default) the adobe plugin, which from my understanding doesn't necessarily parse cookie information through.
Don't quote me, I'm sure you may be able to set and get cookies, but i've never tried nor seen it done. It's like trying to parse a normal cookie to a swf file, it just doesn't happen or it has it's own set of rules.
In regards to an a PHP specific session cookie, would I be assuming correct to say that the svg is being rendered by php rather than having a static .svg file?