patricklam / JudoDB

Membership tracker for judo clubs. Frontend.
GNU Affero General Public License v3.0
0 stars 0 forks source link

Authentication to "http://www.judo-anjou.qc.ca" doesn't work when the "www" is missing. #6

Open ghost opened 10 years ago

patricklam commented 10 years ago

The issue is that we have an auto-redirect from judo-anjou.qc.ca to www.judo-anjou.qc.ca and the session info (particularly 'state') doesn't follow the redirect. The fix is to redirect first and then set the session state.