Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
We have an application build in ASP.NET, We have separate business layer class.
We are managing the session at client side and want to access the session at server side, When a user logged in then we make an entry into dictionary, But as i thought, To manage dictionary at server side, will impact the performance of application.

Can any one suggest a good way to manage and access a session information at server side?
Posted
Comments
[no name] 6-Apr-15 2:35am    
You can use sqlserver mode for preserving session.

Session is a server side state management technique ,It stores all the Session values in Server side ,it stores only the Session ID in Client Side .
I think you have to be Clear in this,Here is the good article for State management and how to handle that

State Management in ASP.NET - Introduction[^]

I hope this will help you
 
Share this answer
 
v2
Comments
amit_83 6-Apr-15 2:46am    
Sorry, Its not what i want. As i mention, My business lay is seperate from ASP.NET application i mean both projects are diffrent.
King Fisher 6-Apr-15 2:57am    
Update your question with Clear information what exactly you are trying to do for more response.

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