Skip to content

Storing anonymous user settings #5077

Answered by sbwalker
djong1 asked this question in Q&A
Discussion options

You must be logged in to vote

@djong1 I would suggest you use VisitorSettings for this, as it was designed for storing information related to anonymous visitors.

var settings = SettingService.GetVisitorSettingsAsync(PageState.VisitorId);

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by djong1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants