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

Added custom Session key name setting #8

Merged
merged 1 commit into from
Jun 12, 2022

Conversation

mm-dsibinski
Copy link
Contributor

Hi, some time ago I added a possibility to set a custom session key:

_captcha.GenerateCaptchaImageFileStream(
                _httpContextAccessor.HttpContext.Session,
                100,
                36,
                "MyCustomSessionKeyId");

It might be useful when you need to identify the captcha control is some specific or custom way.
If that's fine, I suggest merging it into the main branch. It's rather a safe change :)

@EdiWang EdiWang merged commit dc9d590 into EdiWang:master Jun 12, 2022
@EdiWang
Copy link
Owner

EdiWang commented Jun 12, 2022

Looks good, thanks!

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

Successfully merging this pull request may close these issues.

2 participants