when i fast typing in search box input then suddenly automatic my session break why ?
when i fast typing in search box input then suddenly automatic my session break why ?

i want to solution for this critical issue that when i fast typing for searching and filtering data then automatically my session break and i redirect to my logiin page . why this happend ?
This discussion has been closed.
Answers
i use this code
var dtable= $("table#pagination-2").DataTable({
"processing": true,
"serverSide": true,
"order": [],
"searchDelay":2000,
Are you using an Apache server to host your project?
If so look in
/var/log/apache2/error.log
- this may provide some insight.My assumption is it's a server based error, with an issue with the number of transmissions coming in from the same source?
Hope this helps at least a little,
Dan@Quantum
If David's suggestion doesn't help, we're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.
Cheers,
Colin
thanks to david and colin for reply.
david i am use apache server for php mysql and codeigniter and server side datatbles . i understand your reply but i want any solution to remove this issues.
please give any solution .
Did you check your server error logs, as recommended by David@Quantum?
no i not check but if you say to check server error log then i reply to you .