views:

45

answers:

3

explain session type =sql server'

+2  A: 

It's used to determine where you store your session variables, in this case a SQL Server.

You can read more about it here.

EDIT: And even more here.

Tchami
+3  A: 

That allows session data to be stored in SQL Server. See this knowledge base article for a fuller description of the procedure.

Paul Dixon
+2  A: 

Here is a nice article about Exploring Session in ASP.Net. Have you ever used Google? We are more than welcome to help newbies but questions in this format is not encouraged ;-) Please explain more about your requirement.

Shoban