I need to know the procedure to use asp.net session state server for session.
Please help.
|
|
|
You need to:
Note that if you used to use the inProc sessions before, you will not be able to store non serializable objects in session anymore. |
|||
|
|
|
Here's a very good article on Code Project which will step-by-step guide you how to do this.. |
|||
|
|