IE Privacy Setting causes weird issue

B

Bishop

We have multiple sites with different products that redirect (using
response.redirect) to a single SSL checkout site. When redirecting, it
passes the CartID across the address line and the Gridview binds to that
cart for the rest of the checkout process. For some reason when privacy
settings are set to High on the client browser, the gridview displays as
empty. It acts as if the CartID is not getting passed along the address
line but I put some code in the page_init function to display the CartID
using the request.querystring function and it displays it correctly. This
has got me stumped. Any ideas?
 
B

bruce barker

with high, cookies are disabled. so you are probably losing session
access. you can switch to cookieless sessions.

-- bruce (sqlwork.com)
 

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

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,012
Latest member
RoxanneDzm

Latest Threads

Top