A
Adam
Greetings,
I am creating a web application, which I will be selling licenses to
be able to use it. So Customer Group A, could purchase 3 licenses,
Customer Group B could purchase 30.
With the web app I am using asp.net/vb.net
This means Customer Group A, could only have 3 concurrent users logged
in, and for Customer Group B only 30 at one time.
I am using a username, password, groupID criteria to log in to the
system.
My question is - how do I go about being able to say "ERROR: Customer
Group A already has 3 logged in users - please wait to be able to use
the system".
Obviously, I can't use a literal to store the value at during logon -
because if the person does not click a "log out" button and just
closes the browser, it will not increase the number of available seats
for that group.
I have had ideas with using the global.asax file, with possibly using
the Application_Start/End and/or Session_Start/End in some sort of
combination - but curious to see if anyone out there has any bright
ideas.
Your assistance in anyway would be much appreciated.
-Thanks
I am creating a web application, which I will be selling licenses to
be able to use it. So Customer Group A, could purchase 3 licenses,
Customer Group B could purchase 30.
With the web app I am using asp.net/vb.net
This means Customer Group A, could only have 3 concurrent users logged
in, and for Customer Group B only 30 at one time.
I am using a username, password, groupID criteria to log in to the
system.
My question is - how do I go about being able to say "ERROR: Customer
Group A already has 3 logged in users - please wait to be able to use
the system".
Obviously, I can't use a literal to store the value at during logon -
because if the person does not click a "log out" button and just
closes the browser, it will not increase the number of available seats
for that group.
I have had ideas with using the global.asax file, with possibly using
the Application_Start/End and/or Session_Start/End in some sort of
combination - but curious to see if anyone out there has any bright
ideas.
Your assistance in anyway would be much appreciated.
-Thanks