-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Who is online module in Nhibernate Application
PostPosted: Sat Aug 15, 2009 7:31 pm 
Newbie

Joined: Sat Aug 15, 2009 7:20 pm
Posts: 1
Hi all,
I developed a asp.net c# web application with Nhibernate.

Now I want to develop Who is online module.
I tried Global.asax;

Code:
void Session_Start(object sender, EventArgs e)
{
//the codes
}

void Session_End(object sender, EventArgs e)
{
//the codes
}


it works normal in projects, but it doesn't work in Nhibernate.

At least, I can handle Session_start in Login Page, but I don't know another way to understand; did the user close his/her web browser or not?

What do you offer me to do that?


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.