Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6722069
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T09:24:14+00:00 2026-05-26T09:24:14+00:00

We’re using a small app (Flash) to allow visitors to identify their content preferences.

  • 0

We’re using a small app (Flash) to allow visitors to identify their content preferences. The end result of the app is a list of Items, which we present to the user as “Content you might be interested in” (think of it as similar to Amazon’s “Page That You Built”). The visitor’s page will need to be accessible as a permalink using a GUID, and can be forwarded to another vistor to see the same content. We have no login or membership, so all visitors are anonymous.

Where and how should I store the item list for each visitor?

Currently we are looking at creating an item in the content tree for each visitor page, which will simply hold references to the selected contet items the user is interested in. We are worried this will lead to a large amount of content items which might impact on performance of the solution as a whole.

Other possibilities would be to use the file system (possibly a single XML file) or an SQL lookup.

What is regarded as best practice for this, and have I missed any possible options (is there somewhere in the OMS to store this?).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T09:24:15+00:00Added an answer on May 26, 2026 at 9:24 am

    We’ve done something similar for a client (except we had to persist search queries, not user preferences, but the same principles apply).
    We also had the requirement that “the visitor’s page will need to be accessible as a permalink, and can be forwarded to another vistor to see the same content” (though not specifically using a GUID.)

    What we ended up doing, was just persisting the user’s preferences in the querystring. In your case, for example:

    http://website/pageThatYouBuilt.aspx?item1={guid}&item2={guid} //etc
    

    of course, this is eventually going to produce ginormous URL’s, so you could place the guids in a simple DTO object

    public class State {
      public Guid Item1 {get;set;}
      public Guid Item2 {get;set;}
    }
    

    or even

    public class State {
      public List<Guid> Items {get;set;}
    }
    

    Then we serialized this ‘state object’ to a string. and stuck that into the url (querystring).
    We used Protobuffer to achieve some really efficient serialization (shorter urls)

    like this:

    http://website/pageThatYouBuilt.aspx?state=GhIJgUc9EVb%2bk0cRnRABsX%2bob8UyAA%3d%3d 
    

    When a user visits your page, just take the state from the querystring, deserialize it, and populate the page with the content items you need.
    This also has the benefit that visitors can share their link with other users, and they’ll all see the same stuff.

    for more information on protofbuffer, see: http://code.google.com/p/protobuf-net/wiki/GettingStarted

    not a sitecore specific question, by the way 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We're building an app, our first using Rails 3, and we're having to build
I am using Paperclip to handle profile photo uploads in my app. They upload
I'm new to using the Perl treebuilder module for HTML parsing and can't figure
That's pretty much it. I'm using Nokogiri to scrape a web page what has
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I used javascript for loading a picture on my website depending on which small
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
Configuring TinyMCE to allow for tags, based on a customer requirement. My config is
We are using XSLT to translate a RIXML file to XML. Our RIXML contains

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.