G
Guest
Hi,
I am trying to find out what's the best practice if you wan't to restrict users to logon just once on an asp.net app with forms authentication.
So If someone starts a new session he is not able to logon again. Also from another computer
What should I do, store it in a db or hold it in a application variable
The application has lots of users (>500). Storing it in a database is very expensive, but how does the application object handle it? Does someone has other suggestions
Thanx in advance ;-
I am trying to find out what's the best practice if you wan't to restrict users to logon just once on an asp.net app with forms authentication.
So If someone starts a new session he is not able to logon again. Also from another computer
What should I do, store it in a db or hold it in a application variable
The application has lots of users (>500). Storing it in a database is very expensive, but how does the application object handle it? Does someone has other suggestions
Thanx in advance ;-