Contents tagged with Session
-
How to Count Online Users While Using Session State Server (tutorial)
Here in this post I’ll show you how you to count online users while using state server or SQL server for session state. When you use state server you are not able to catch the session_end event on the global.asax, there for you may not be able to drop the user from you count!. I’ll show you a way to count users. the tutorial will be split into 3 parts;
-
Extend Forms Authentication Ticket Depending on Session Time Out
I know that this subject is not new! but last week one of my students asked me about how we can extend client authentication ticket according to session time out. We should do some coding to achieve such a goal.