Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > flash problem, session id not consistent when using flash with query stirng parameters

Reply
Thread Tools

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

 
 
Bernie
Guest
Posts: n/a
 
      09-05-2004
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
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
(const char *cp) and (char *p) are consistent type, (const char **cpp) and (char **pp) are not consistent lovecreatesbeauty C Programming 1 05-09-2006 08:01 AM
"allow network users to change my files" setting is not consistent. Ric Wireless Networking 1 09-18-2005 02:14 PM
how find a char most use in a stirng ? mail.zhf C++ 22 09-08-2005 04:22 PM
bgcolor attribute not consistent between PCs Peter Merwood ASP .Net 3 01-28-2004 09:19 PM
validation controls not consistent ASP .Net 2 08-27-2003 08:37 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57