flash problem, session id not consistent when using flash with query stirng parameters

B

Bernie

Hi All,

I have a weird problem with using flash on aspx pages.
It goes like this:
I have some links with query string parameters in the page. The same
links appear as regular "a href" and also embeded in a flash button.
like the following:
<a href="/Products.aspx?level=2&prodID=26">Antibodies</a>
in the flash:

on (release) {
getURL("/Products.aspx?level=2&prodID=26", "_self", "GET");
}

The problem is that when clicking the flash button it seems like the
session disappears and is switch with another session (I run a test
with session id's and I so the session id get changed).

does anyone has an idea about what is going on here?

Thanks,

Bernie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,733
Messages
2,569,440
Members
44,829
Latest member
PIXThurman

Latest Threads

Top