Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application Prefix #19

Open
ProTip opened this issue Apr 4, 2014 · 3 comments
Open

Application Prefix #19

ProTip opened this issue Apr 4, 2014 · 3 comments

Comments

@ProTip
Copy link

ProTip commented Apr 4, 2014

Is there a way to specify a key prefix?

@TheCloudlessSky
Copy link
Owner

Although I haven't opened up an option to do so, you can set the name of the provider as seen here:

http://msdn.microsoft.com/en-us/library/ee790859(v=azure.10).aspx#code-snippet-3

And that will change the name for the provider which acts as the key prefix.

However, I do think adding an option for KeyPrefix is a good idea.

@ProTip
Copy link
Author

ProTip commented Apr 4, 2014

Hi! Thanks for such a fast response. I'll give the "name" value a go and see if it comes through(this is an internal provider to the one supplied by the application vendor and currently it shows as "internalProvider" :) ). We were having a chat over here though and it looks like maybe "applicationName" is the recommended way of deriving the key prefix? http://msdn.microsoft.com/library/azure/gg185682.aspx

@TheCloudlessSky
Copy link
Owner

That looks like it's for the Azure provider and not this provider. Change the name on the <add> element and providerName attribute on <sessionState> and see if that works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants