- Total Members: 220,328
- Threads: 525,402
- Posts: 977,028
Great community. Great ideas.
Welcome to ASP/Free, a community dedicated to helping beginners and professionals alike in improving their knowledge of Microsoft's development and administration technologies. Sign up today to gain access to the combined insight of tens of thousands of members.
-
January 10th, 2013, 04:07 AM
#1
dileman with cookies in different browsers
I have a shopping cart and it uses sessions to save the cart
before checkout we check if the user is logged and if not show them a login page with a forgot password - People are clicking on forgot password but then being taken to their account on the default browser which is not the same as the browser that they filled up the cart with.
Is there any solution to this?
I'm thinking to maybe save in the query string the session variable with the cart.
-
January 10th, 2013, 10:44 AM
#2
You could save the cart value in the database for each user and could put an expiration time in the asp code that write it to the page.
Similar Threads
-
By DallasSteve in forum ASP Development
Replies: 0
Last Post: September 1st, 2011, 10:28 AM
-
By amt530 in forum HTML, JavaScript And CSS Help
Replies: 1
Last Post: November 21st, 2006, 02:03 AM
-
By ArvindSingh in forum ASP Development
Replies: 10
Last Post: March 23rd, 2005, 04:27 PM
-
By Steve Schofield in forum .NET Development
Replies: 0
Last Post: July 29th, 2002, 01:23 PM