i have a site which uses session("xx") value.. in my site i take a variable
and
session("xx")=request("xx")

im my url www.xx.com?xx=aaaaa

it works... and i click another page in this url www.xx.com/d.asp the
session variable is ok...

but another page

www.yy.com

in a frame it opens my page to sending xx value... i take in my first
page... but in www.yy.com i click my page and go to another page in frame(my
page) the session variable is empty.. why? any idea....

Re: session quiz by Ray

Ray
Tue Jul 20 10:35:53 CDT 2004

Sessions cannot be shared across domains or sites.
http://www.aspfaq.com/show.asp?id=2157

ALSO READ THIS:
http://www.aspfaq.com/show.asp?id=2111

Ray at work


"Savas Ates" <savas@indexinteractive.com> wrote in message
news:uRAl1imbEHA.3420@TK2MSFTNGP12.phx.gbl...
>i have a site which uses session("xx") value.. in my site i take a variable
> and
> session("xx")=request("xx")
>
> im my url www.xx.com?xx=aaaaa
>
> it works... and i click another page in this url www.xx.com/d.asp the
> session variable is ok...
>
> but another page
>
> www.yy.com
>
> in a frame it opens my page to sending xx value... i take in my first
> page... but in www.yy.com i click my page and go to another page in
> frame(my
> page) the session variable is empty.. why? any idea....
>
>
>
>