Hi
I am quite new to ASP .NET. I have implemented a simple login mechanism using cookieless sessions using ASP .NET (not MVC).
I would like to include "Keep me logged in" functionality in my website. One of the most common ways is to use cookies. (or it maybe the only way).
As I have already set cookieless="true" in web.config, I don't think I can make use of cookies. Please help me out.
Edit: Why I am not interested in cookies is that many users disable cookies in their browsers.
Thanks
Go to the complete details ...