TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
nisar ahmad
NA
12
0
Session Variables
Apr 6 2011 4:20 AM
Dear All,
I have a web application for our client, in which user logged on to do their respective work daily and it is running on IIS on server.
Problem: when multiple user logged on it matches their user name and password from database but when they land on main menu page they see the credentials of any other user (which is already log-in) means Logged on USER NAME and their forms.
I am using static class in web application to save the credintials of users but i think static class do not work because IIS initiate one process on server thats why USER2 have seen the data of USER1.
Solution: Know i am using Session Variables to store user credintials but on the same server when i explore the log-in page i successfully logged in with USER 1 and in mean while when i again open login page and want to log-in with USER2 it gives exception of Session Variable that object reference not set.
I am using Inpor session state.
kindly help
Best Regards
Nisar
Reply
Answers (
5
)
Says "Unable to start Debugging", can not debug anymore
Mapping TreeView to/from xmldoc