session quiz

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Savas Ates

    session quiz

    i have a site which uses session("xx") value.. in my site i take a variable
    and
    session("xx")=r equest("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

    YY致力于打造全民娱乐的互动直播平台,以多样的美女互动、优质的直播内容、极致的互动体验,满足用户音乐、舞蹈、户外等直播及绝地求生、王者荣耀等热门游戏直播的观看需求。


    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....




  • Ray at

    #2
    Re: session quiz

    Sessions cannot be shared across domains or sites.


    ALSO READ THIS:


    Ray at work


    "Savas Ates" <savas@indexint eractive.com> wrote in message
    news:uRAl1imbEH A.3420@TK2MSFTN GP12.phx.gbl...[color=blue]
    >i have a site which uses session("xx") value.. in my site i take a variable
    > and
    > session("xx")=r equest("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....
    >
    >
    >
    >[/color]


    Comment

    Working...