Yes, but the trouble is everyone who reported it says it is only "intermittent" or once every 100 logins or something of that nature. Tracking down bugs is extremely difficult if you don't have a test case that will reproduce the bug 100% of the time.
But I put a little time in since many seem to have this problem and have come up with a 100% reproducible test case, which should allow me to make sure the issues is fixed.
...
Bug Details:
In order for this bug to appear
all of the following criteria must be met. If one or more is not met, the bug will have no impact, making it appear to be an intermittent problem.
- The Session setting Force Cookie Use must be False
- The Session setting Recreate Session must be True
- The Session ID (zenid=xxxx...) must appear in the login URL
If all of the above are met, then upon attempting to login, a user will be redirected back to the page they were on prior to login with the old Session ID in the URL instead of the regenerated Session ID, causing them to remain logged out.
The most easy way to reproduce the bug is to start a new session at a store and try to login as the first thing you do.
Bookmarks