I have site written in ASP.NET 2.0. Yesterday I've got complains about login problems from my customers. First of all i've checked if site works properly. I was able to login into test account. So problem was not in login implementation.
I've asked customers about web browser they using. It was Internet Explorer 7.0. I was using Fire Fox 3.0. So i've decided to use IE 7.0. I was really surprised when i was not able to login using it.
First idea was that it's security settings proble. I've played around with these settings. Nothing helps. Second idea was cookie settings. This didn't help too.
I've dicided to use havy artilery. I've used tool to see traffic. After some minuts I've found the source of problem. Server has been sending me expired cookie. This cookie was not send by browser during next request.
The source of problem was found. I've to find out why my site sends out of date cookie. The answer was simple. Clock settings were wrong. After system time of server was set to correct time probem has disappeared.
Conclusion: Check client time settings or server time settings to make sure that cookie expiration date is processed by browser properly.
IE 7.0 cookie problem
Подписаться на:
Комментарии к сообщению (Atom)
Обо мне
Теги
- .NET (1)
- Лицензии (1)
- Anti-Patterns (16)
- ASP.NET (3)
- Bug fixes (1)
- C# (5)
- Code Review (4)
- Fun (1)
- Naming (1)
- Refactoring (20)
- Team rules (2)
- Web (2)
Архив
-
▼
2008
(10)
-
▼
июля
(9)
- Custom configuration section
- Dont' use RAR archives for files
- What is the difference between Server.Transfer and...
- Notify your team when yor are going to leave the o...
- Use "Is" prefix for methods with boolean return value
- Use Path class instead of string manipulations
- Remove old unused code
- What should you do to become good prorammer?
- IE 7.0 cookie problem
-
▼
июля
(9)
1 коммент.:
Ya, sometimes I have such kind of problems with cookies..nice issue
Отправить комментарий