how do i display session id on the web
I am doing a login page with mysql and asp.net/c#. I would like the program to run in the following sequence.
1. the user login
2. the login page will search through mysql database,
3. when it is Authenticate, it will allow the user to access.
my concern now is how to you use the session id to display the username when it is login.



