Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In inprocess session maintaining single session to user across different websites is not possible. How to understand this statement with an example.
Posted
Comments
sridhar_thota 5-Mar-13 3:11am    
thanks for ur explanation about session.
i want real time example for "single session to user across different websites".

1 solution

As we know Session is an object ,.. it will be created for instance user who access the website...

Advantages of SESSION:

It helps maintain user state and data all over the application.
It is easy to implement and we can store any kind of object.
Stores client data separately.
Session is secure and transparent from the user.

for single session variable you can use application variable of state management techniques....

to explore session .... please read this codeproject article

Exploring Session in ASP.NET[^]
 
Share this answer
 
v2

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