Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsStoreStorestore logs registered off after browsing any store pagestore logs registered off after browsing any store page
Previous
 
Next
New Post
1/18/2007 11:23 AM
 

Was anything ever found about this? I'm having the same issue with DNN 4.4.

The only thing that may be different about my setup is that I use a ObjectQualifier on my database.

Thanks,

Brett

 
New Post
1/24/2007 8:03 AM
 
Howdy folks,

I have a solution that works.  FYI, I'm running DNN 4.3.5 under a Win XP virtual directory and using the Emerald Solutions modified store module.  I think the solution should work for the standard store module though I haven't looked at it yet.

To restate the problem, registered users under child portals are forced to reauthenticate after viewing thumbnails in a product listing.  What is actually happening is that the authentication cookie created on login .DOTNETNUKE disappears when thumbnails are viewed.  This happens because the call to thumbnails.aspx does not include the portalID in the querystring.  Although thumbnails.aspx makes no use of the parameter, the string is interpreted by the DNN security framework.  A similar problem was seen in another module previously:

http://www.dotnetnuke.com/Community/ForumsDotNetNuke/tabid/795/forumid/57/threadid/82206/scope/posts/Default.aspx

The solution is to append the portalID parameter to the thumbnails.aspx calls in the productlist and productdetails control code-behind files and rebuild the store module dlls, eg:

        protected string GetImageUrl(string image)
        {
            return parentControl.ModulePath + "Thumbnail.aspx?IP=" + image + "&IW=" + thumbnailWidth + "&portalID=" + PortalId;
        }

Cheers.
 
New Post
10/12/2007 4:07 PM
 

I just downloaded WWStore 02.01.01 and it seems to still exhibit the same behaviour from a child portal. Has anyone put the fix mentioned into place on this code version?

 
New Post
10/15/2007 10:14 AM
 

Hi,

This bug was not on Gemini, this is why I do not know it. Click on Ploum in the left column, you will find my email. Send me an email with 'WWStore' in the title, I will return to you a modified version with this fix.

Gilles


We (team members) are Humans offering their knowledge, their work and their spare time FOR FREE to benefit the community. It would be so particularly appreciated that your messages begin with "Hello" and end with "Thank you" or any other form of politeness. Ask yourself what your reaction would be, if you were approached by me (a total stranger) on the street to ask you something without saying "Hello" nor "Thank you"? After several years of services dedicated to the community, I begin to be tired to read requests without any form of politeness.
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsStoreStorestore logs registered off after browsing any store pagestore logs registered off after browsing any store page


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out