Lazarevski 0 Newbie Poster

In my ASP.NET project i have 3 web forms. Login.aspx, Signup.aspx and Default.aspx. I'm using Custom Membership Provider for the login and signup controls.

When a user logs in a sessions is called. How can I save all the session variables and values into MS SQL and that particular user's row?

Hope you understood my question :)

Thank you very much!