Click here to Skip to main content
15,885,885 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear experts,

I have come across this may be stupid issue which I want someone else to shed some light on.

I have a web page (say default.aspx - ASP.Net / C#)

When this page loads, it does the following activity;

1. It grabs the windows user name from client's machine (because it is single sign on application)
2. Queries the database with the windows user name and then brings back all other credentials
3. Creates session variables for username, position... etc as per values from step 2 above
4. It then checks whether the user is acting as a PA for any other user by querying the database
5. If Yes, it then grabs all the people for whom they are acting as a PA and the creates tag for each manager
6. It then display the page
7. The last option would be the user itself which is hard coded in the page to go to the dashboard page

If the user clicks as to login as themselves, they go the dashboard page straight
If the user clicks on any manager, it then grabs all manager credentials and replaces the session variables with the one of managers and goes to the dashboard page

The issue is when the user login as themselves, the session previously established in step 3 above dis-appears and error occurs.

Please advice to resolve this if possible.

Thanks.

Nayan
Posted
Comments
nithibs 31-Oct-13 1:15am    
Post some code to understand the problem better..
bluesathish 31-Oct-13 3:23am    
Whats the error you've got? How did you check that your sessions are disappeared?

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