However, if I put the same site into a frame, suddenly, all my SESSION
data becomes GET data since I can see PHPSESSID in the URL of the
links on the page. When I click a URL, it can't find my SESSION data.
Using php 4.2.2 + RH 7.2
Thanks
That might simply indicate that the browser has rejected the cookie. Do
all the frames of the frameset belong to the same domain?
a.
Just to make sure you understand: it's not like *all* session data will be
put into the URL. Just the ID; the data itself is still stored on the web
server.
a.
AND, another thing...If I use Netscape 7, the sessions work as well,
even using absolute URL.
So I'm reallly curious what's going on here.
Thanks.
"Arjan van Bentem" <avbe...@DONT-YOU-DARE-dds.nl> wrote in message news:<3df06983$0$11750$e4fe...@news.xs4all.nl>...
No, not all the frames belong to the same domain. But I also made a
test frameset using all one domain and it still fails.
When it fails, you can tell because all the URLS generated contain
PHPSESSID embedded in the link.
When it works, you don't see PHPSESSID there.
"Arjan van Bentem" <avbe...@DONT-YOU-DARE-dds.nl> wrote in message news:<3df06983$0$11750$e4fe...@news.xs4all.nl>...
Then you'll see a little red eye in the statusbar of Internet Explorer
telling you that some third-party cookie has been rejected. Double-click
that little eye for more details.
> When it fails, you can tell because all the URLS generated contain
> PHPSESSID embedded in the link.
Which is not a problem -- the session stuff will still work, but using URL
rewriting rather than cookies. This is not too weird; it is all by design
of both PHP and IE.
a.
Repeated the same process except without a frame, javascript window
pops up, session still alive.
Any ideas? Why does it only happen when I put it in a frame?
shawsh...@hotmail.com (Shill) wrote in message news:<c344bd54.02120...@posting.google.com>...
So there!
shawsh...@hotmail.com (Shill) wrote in message news:<c344bd54.02120...@posting.google.com>...