an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Using DotShoppingCart > Request.UrlReferrer Not working on Resource
Last Post 9/10/2010 9:18:20 AM By lukezy. 1 replies.
9/9/2010 3:35:55 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Request.UrlReferrer Not working on Resource
 I have used AddToCart button in ProductDetail Then template, when I click it, on the next page the UrlReferrer is null.
it is no happening for other AddToCart buttons on ASP pages and there is always the previous page availabe.
 
How can I get Urlreferrer from template defined resource
9/10/2010 9:18:20 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Request.UrlReferrer Not working on Resource
I don't see any issue from our demo site. Request.UrlReferrer is set by ASP.NET framework. I don't think we have any code touching it. You can set a break point and see who is setting it to null.
DotShoppingCart Staff