
November 11th, 2008, 02:03 PM
|
|
Registered User
|
|
Join Date: Sep 2008
Posts: 14
Time spent in forums: 1 h 48 m 12 sec
Reputation Power: 0
|
|
Favorites List -- Cookie Based
Hello there,
I've got an ASP based website that a customer recently recommended to me I should implement a favorites list for our products. I looked at some of our competitors who require log-ins which means forgotten passwords and customer databases. Our current privacy policy states that we don't track any personally identifiable information unless you provide us an order.
Therefore I'd like to not need to change that clause and provide them with a favorites list that's based on them saving cookies.
I found one version which is php based here. That seemed like a very good option except for two things.
1. You can't run PHP on a .asp page (can you?)
2. It would take the current page such as http://site.com/plan.asp rather than http://site.com/plan.asp?plan=KG1450 which would be linkable and functional. I could inject the last part of that (KG1450) into the link that's about to be saved by referencing our database.
Is there any feasible option for me?
|