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

Speaker registration link broken if not signed in #30

Open
Matthewsre opened this issue Jul 16, 2015 · 3 comments
Open

Speaker registration link broken if not signed in #30

Matthewsre opened this issue Jul 16, 2015 · 3 comments

Comments

@Matthewsre
Copy link
Contributor

if you navigate to https://seattle.codecamp.us/Home/Speakers and click on "Click here here for speaker registration." without being logged in, you will get "Sorry, an error occurred while processing your request".

The workaround is to have the user register/login first and then click this link. Instead of the error this should direct the user to a registration/login page

@cfranciscodev
Copy link
Contributor

Do you get this on the production site? I haven't been able to reproduce this but I have seen some strange behavior when debugging where if I stop my local server and go back in my session info seems to be gone but an auth cookie seems to hang around so server side I'm not logged client side it still things I'm authenticated.

@cfranciscodev
Copy link
Contributor

Update I did see this behavior on the production site today. Question, are we updating the forms\auth timeout value when we deploy to prod? It looks like the value in the web config in source is set to two days (timeout="2880") if this is the case in prod then it could increase the odds of having a valid auth cookie with an expired server side session.

@slobo80
Copy link
Contributor

slobo80 commented Jul 20, 2015

We do not deploy web.config unless there are changes to it. I make the web.config changes manually since there are bunch of sensitive info that I do not store in the repo.
If you would like to see what the prod web.config looks like, email me your MSA account so I can give you read access to the Azure account.

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

3 participants