[fw-general] Session Db trouble with ajax request without event handleri

2010-04-28 Thread whisher

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.


Re: [fw-general] Session Db trouble with ajax request without event handleri

2010-04-28 Thread Hector Virgen
What is tvnVideoApp.sendRequest(1);?

Are you using jQuery's built-in $.ajax() to initiate ajax requests?

--
Hector


On Wed, Apr 28, 2010 at 9:52 AM, whisher whis...@mp4.it wrote:

 tvnVideoApp.sendRequest(1);