views:

249

answers:

0

Hi to all,

I just develop an asp.net portal site and it using asp.net membership provider.

I decide to develop mobile version of it. but problem with cookie.

I test my site on windows mobile 5 and 6 that know support cookie.but after login, cookie lost and thereupon membership info lost because it using cookie.

I just change web.config and set cookieless="UseUri". that it's OK, but i don't want to show cookie identifier in uri when device support cookie.

All other option of cookieless like AutoDetect and UseDeviceProfile does not work anymore.

Note: Request.Browser.Cookies return true in application

Have any idea? Please help me!

Thanks in advance