Hi,
Sorry to bother you but
I've a very strange behaviour using session Db.
If I make a ajax request without a event handler
the sessions Db doesn't work (if I'm login the script log me out).
while if I use the standard session (file) the script works fine.
$(function() {
//$("#dataWrapper").tablesorter();
tvnVideoApp.resetServerPaginator();
/*
with the line below
if I've set up the session
Db the script doesn't work
*/
tvnVideoApp.sendRequest(1);
$('#pagination ul li a').click(function(){
/*
No problem with this
*/
tvnVideoApp.sendRequest(2);
return false;
});
});
Could you help me,please ?
--
View this message in context:
http://zend-framework-community.634137.n4.nabble.com/Session-Db-trouble-with-ajax-request-without-event-handleri-tp2073591p2073591.html
Sent from the Zend Framework mailing list archive at Nabble.com.