From: adam.dmsk on
Hello,

I have Login.aspx page with Login control. I found that "Remember me"
checkbox does not work.

I found that probably this is not matter of timeout attribute in
web.config, becouse when I check checkbox, login properly, close
browser and immediatelly open new browser, page shows login form
again.

My browser is configured correctly.

I have some custom code in Login1_LoggingIn event, which switches
between DestinationPageUrl, depending on which role is user assigned.
However when I turn this code off, the problem stays.

Please help me, I already have spent two days over this issue...
Sincerly,
Adam
From: Munna on
Hi,

Which browser u are using?

firefox and ie both have settings regarding cookie... and privacy data
when you close the browser there is a good chance that you settings
are clearing up the data

please check you browser's settings carefully

Best of luck

Munna

www.munna.shatkotha.com/blog
www.munna.shatkotha.com
www.shatkotha.com
From: gojowy on
Hi Munna,

I am using IE 7 and Firefox 2.0. I checked the security settings and
set privacy level to low, but it didn't work.
I believe that my browser is OK, becouse a cookie file is created on
disk after loging into web page.

Have you any other ideas?

Lukasz
From: adam.dmsk on
Hi Munna,

I use IE 7 and Firefox 2.0. I set privacy level to low, but it didn't
help. I believe that my browsers are OK, becouse each time I login
into web page, a cookie file is created.

Have you got any other ideas?

Adam
From: adam.dmsk on
anyone? please?