Click here to Skip to main content
15,908,673 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
**how to create session tables in sql by cmd promt and why???**

and what are the session states and why used???
Posted
Updated 24-Sep-12 5:26am
v2

1 solution

Session states are used to store the user's session variables.
There is a lot to tell about sessions, and Microsoft has written a decent article here: http://msdn.microsoft.com/en-us/library/ms178581(v=vs.100).aspx[^]

If you want to know more about configuring SQLServer for your sessions, read the how-to here: http://support.microsoft.com/kb/317604[^]

If after reading those articles you still have questions, feel free to ask them.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900