Tutorials
Resources
Forum
Reviews
Communities
Interview
Jobs
Projects
Training
Your
Ad
Here
Silverlight Games
|
Mentor
|
Code Converter
|
Articles
|
Code Factory
|
Computer Jokes
|
Members
|
Peer Appraisal
|
IT Companies
|
Bookmarks
|
Polls
|
Revenue Sharing
|
Lobby
|
Gift Shop
|
Prizes & Awards
My Profile
Sign In
Register
AdSense Revenue
Active Members
Today
Nikhil Gaur
(70)
Nadheera V
(20)
krishnavenikal...
(12)
Last 7 Days
Nikhil Gaur
(621)
Anil Kumar ...
(582)
Abhisek Panda
(445)
more...
Resources
»
Articles
»
.NET Framework
»
Session modes.
Posted Date: 30 Oct 2006
Resource Type:
Articles
Category:
.NET Framework
Author:
Sukanya
Member Level:
Diamond
Rating:
Points
: 5
Sessions are used to store variables in server side .Asp provides three distinct ways to store session variables for your application. There are three ways to store session variables ,you need to mention session mode in web.config file in your application.
1.In-proc
2.State Server
3.Sql server
In-proc: If you maintain your session state as In-proc means session variables are stored in process .It is fastest solution since it is stored in the process itself, but it is used to store small amount of data only and it is not reliable.In-proc is process dependent.
State Server: It is a process independent . If we declare our session mode as State server means it will store session variables in worker process that means it will store in application domain, but when we save web.config means the session gets expired.
Sql Server: If we store session modes in sql server means session variables are stored in sql server. It’s a process independent . It is reliable but performance wise fast.
Responses
Author:
Girish Dindukurthy
13 Dec 2006
Member Level:
Silver
Points
: 0
Nice Article Sukanya
Feedbacks
Popular Tags
What are tags ?
Search Tags
Sign In
to add tags.
(No tags found.)
Post Feedback
This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must
Sign In
to post a response.
Next Resource:
Convert string to DateTime object
Previous Resource:
Threads in c#
Return to Discussion Resource Index
Post New Resource
Category:
.NET Framework
Post resources and
earn money
!
Related Resources
Convert string to DateTime object
.NET FAQS
Automatic memory management
Introduction to encapsulation in C# with accesssors
.Net Portable Executable File
Three_tier architecture.
dotNet Slackers
About Us
Contact Us
Privacy Policy
Terms Of Use