Send « Session « JSP-Servlet Q&A





1. Send notification in session    stackoverflow.com

is there any way to send notification between current sessions of a web application?

2. send heartbeart by calling a jsp doesn't keep session alive    stackoverflow.com

I want to keep session alive when I open web page on browser even if I doesn't touch it for a long time, this is how I try to do:

  1. on ...