. ( OpenPortal)
, : 1- -, 2- .
ajax . . :
<%
int per=15000;
String sessionExtenderPath = "http://portal.abc.com.tr:8080/SessionExtend/SessionExtend";
%>
<script>
periyod=100;
function invokeRequest(){
$.get("< %=sessionExtenderPath% >", function(data) {
alert(1);
});
}
window.setInterval("invokeRequest()",periyod);
</script>
, ( ).
.