|
-
About session state question
Dear all,
From some web site material, I found that there' some config. declaration
inside the web.config. file as below :-
<sessionState
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;user id=sa;password="
cookieless="false"
timeout="20"
/>
Anyone can tell me them Mode="Inproc",
stateConnectionString="tcpip=127.0.0.1:42424"
and sqlConnectionString="data source=127.0.0.1;user
id=sa;password="
is what meaning ?
thanks!
windson
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks