Click here to Skip to main content
15,917,971 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I'm new to asp.net programming, i have designed a small web application for student access, when i run the application in iis for my local system i can login by my id, but when a pc connected over lan access at the same time, my access goes off, I've used sessions to solve this but the session expires for 5 min even i kept it for 1440min. I 've used one more option to store the login details in a table with the mac address of the client but when i upload it to domain server, it takes the mac of modem, so whoever logs in from this modem gets one mac address.

Can please give some suggestions to use this without any interruption.

Thanks
Posted
Comments
What do you exactly mean by access goes off? What exactly happens and when? Please explain more.
M.Abdul Rahman 16-Feb-14 5:28am    
I mean If A person using a menu, after sometime Person B logs in from his id, then Person A gets the menu same like Person B, actually both will have different menus.
Menus according to user, right? Then you need to provide some role to the users and according to the role, fetch required menus and show them. Is that what you wanted?

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