I am new to ASP.NET. I am creating a website in which i have to create session for every user who gets login into the site. Now I am not been able to picturize how to store session in my database.
I read few books for the same and got how to configure Session state. But i m still at the same place where i started. I am not able to get where should i save session id. I m using sql server session state. I have created database aspnetdb and all tables r over their. But i dont know how to use them. How to save my session id into database. I m totally confused how to explain my problem.