After entering credetials nothing happends.
User regisrects to home page not being authenticated.
It is not cookie issue - I set "Accept all cookies"
More over I check requests with fiddler:
1. POST user credentials:
a. request:
POST /intermate/Home/tabid/36/ctl/Login/Default.aspx?returnurl=%2fintermate%2fdefault.aspx HTTP/1.1
Host: webserver
b. response (as you see cookie was set properly:
2. Redirect to home page:
GET /intermate/default.aspx HTTP/1.1
Redirect is succeed but user still isn't authenticated because Register/Login buttons are still available and no admin panel appears.
What can be wrong?
Thanks.
Referer: http://pc701/intermate/Home/tabid/36/ctl/Login/Default.aspx?returnurl=%2fintermate%2fdefault.aspx
Host: webserver
Cookie: _Module349_Visible=false; language=en-US; authentication=DNN; .DOTNETNUKE=743B3F8FA2177EA64E790A5BA11515573BD13F4FA9AED869251AD8168B3A3DA20BB7F3D976A6C65C79693A4BD5075B59046E8752F96D9A37D7A4A75F8F8FE61606952AB73BF6FAC3
HTTP/1.1 302 Found
Server: Microsoft-IIS/6.0
Set-Cookie: language=en-US; path=/; HttpOnly
Set-Cookie: authentication=DNN; path=/; HttpOnly
Set-Cookie: .DOTNETNUKE=743B3F8FA2177EA64E790A5BA11515573BD13F4FA9AED869251AD8168B3A3DA20BB7F3D976A6C65C79693A4BD5075B59046E8752F96D9A37D7A4A75F8F8FE61606952AB73BF6FAC3; path=/; HttpOnly