On Wed, April 5, 2006 1:02 pm, Shaun wrote:
> I have a site that uses frames. The frameset loads another site (both
> on the
> same server) in the lower frame window. Every time the page changes in
> the
> lower frame the session id changes, how can I stop this happening?

A) Don't use frames.  They suck anyway. :-)

B) Capture the session ID in your FRAMESET page and pass it on to the
FRAMES src= pages.

B2) An IFRAME sucks less and MIGHT "just work"

Actually, though, something else weird has to be going on, I think,
cuz the session cookie should not be getting "lost" just by a frame...
Though, I dunno, I never use frames, so maybe they are even more
broken than I thought.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to