When a URL is generated for a continuation, it uses the URL that first started the computation. So, if you go to A's URL and then call a function from B, it will get A's URL. If you started with B's URL, then you should keep it. If you're seeing something different, then there's an error or there's a detail I'd need to know to explain what happened.
Jay On Mon, Jan 7, 2013 at 10:40 AM, J G Cho <g...@fundingmatters.com> wrote: > Here is the background. > > I have been running a stateless web-server fine for a while. (Call > this A) It gets started from http://...com/xapps/A and then it > generates various K-URLs as /xapps/A;(( ...)) > > I just finished developing another 'servlet' and added to the above > server. (Call this B) It gets started from http://...com/B and then it > should generate K-URLs as /xapps/B;((...)) > > But it does this > > http://..com/xapps/A;((%22k%22%20.%20%22(1%202%2080634528)%22)) > > A and B does NOT know each other. So why would embed/url in B would > use "A" that it does not know? > > > Puzzled, > > jGc > ____________________ > Racket Users list: > http://lists.racket-lang.org/users -- Jay McCarthy <j...@cs.byu.edu> Assistant Professor / Brigham Young University http://faculty.cs.byu.edu/~jay "The glory of God is Intelligence" - D&C 93 ____________________ Racket Users list: http://lists.racket-lang.org/users