asp.net - How to create a database driven login system -


I want to create a website that the login system should not be controlled by cookies, but (a) table) in local (On server) SQL DB

Is there any way to do this? There is even no partial way?

Where else will I save instead of cookies ???

ASP.NET uses session cookies by default to track user requests if you If you use cookieles sessions, then you know that session ID has been added to all requests from the browser. In many scenarios, this can also be unacceptable.

Even if you decide to hit and check the database for the "login in" flag on each request, you still have some ways to identify the incoming request It is necessary that a particular user may be in the form of encrypted values ​​in the hidden areas based on your security scenario, he said, it is not a better way of using cookies, because any Eta, which is likely to alter the division of customers.

Personally, I think the cookies are great for tracking user requests, as long as you encrypt them properly.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -