Click here to Skip to main content
15,896,359 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have got more web applications (asp.net 4) in own virtual directories of IIS server (under win2003). All of them have own schema and account in oracle 11g database. After login all users have some session variables (like username,shema name ...etc) and there may be many users from more schemas at same time. I have to know at the given minute wich users are entered in the system! How can i get these information in runtime. How can I ask it from the server?
Posted

Hi,

I found one Article to store your session information in Oracle database.

ASP.NET Custom Session Store Provider compatible with Oracle, SQL[^]

Once you have session in your database then you can read it from database.

Although i have never tried it but it looks promising.

Hope it will also works for you,
Thanks
-Amit Gajjar
 
Share this answer
 
You can also use the logic of 'number of current users that are logged in' for finding it out.

Refer: How to show number of online users visitors[^]

You can maintain a list of current logged in users and use it whenever you want to see who all are online.
 
Share this answer
 
Comments
stamice 7-Sep-12 2:33am    
OK! But is it good solution for these problrm, where there are more users of more web applications at same time?

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