Comments on: PHP Session TimeOut Login Popup with jQuery & Ajax https://w3lessons.info/how-to-check-expired-sessions-using-php-jquery-ajax Tutorials on PHP, jQuery & Amazon Web Services Wed, 06 May 2020 03:04:01 +0000 hourly 1 https://wordpress.org/?v=6.6.2 By: Sang Tran https://w3lessons.info/how-to-check-expired-sessions-using-php-jquery-ajax#comment-4965 Tue, 07 May 2019 11:05:18 +0000 http://w3lessons.info/?p=1797#comment-4965 In reply to Sundar.

I think that because ajax sent 5s data once, it will cost a lot of server resources

]]>
By: Hemant Arora https://w3lessons.info/how-to-check-expired-sessions-using-php-jquery-ajax#comment-781 Sat, 14 Feb 2015 07:43:00 +0000 http://w3lessons.info/?p=1797#comment-781 In reply to emanuele.

Very true! I have been thinking this over myself. As soon as you make a server-side call (ajax) the session would refresh automatically. This is a ‘keep alive’ method and not ‘session expiry detection’. I need a method to detect session expiry.

]]>
By: Max John https://w3lessons.info/how-to-check-expired-sessions-using-php-jquery-ajax#comment-780 Mon, 26 Jan 2015 20:45:00 +0000 http://w3lessons.info/?p=1797#comment-780 In reply to Karthikeyan K.

Yes, i just did (share the teamviewers details by sending it to your email)

]]>
By: Karthikeyan K https://w3lessons.info/how-to-check-expired-sessions-using-php-jquery-ajax#comment-779 Mon, 26 Jan 2015 17:23:00 +0000 http://w3lessons.info/?p=1797#comment-779 In reply to kressly.

Hi kressly,

Could you please share the teamviewr details to my email I’d itzurkarthi@gmail.com . so that I will help you out immediately..

Thanks

]]>
By: Max John https://w3lessons.info/how-to-check-expired-sessions-using-php-jquery-ajax#comment-778 Mon, 26 Jan 2015 16:39:00 +0000 http://w3lessons.info/?p=1797#comment-778 In reply to Sundar.

Apparently here nobody answers nobody. I have also asked a lot of question but no one gave an answer and that is not good at all. Sorry Bro

]]>
By: kressly https://w3lessons.info/how-to-check-expired-sessions-using-php-jquery-ajax#comment-777 Fri, 23 Jan 2015 00:02:00 +0000 http://w3lessons.info/?p=1797#comment-777 I have downloaded the script but it is not working localy even when my internet is on

]]>
By: Chris https://w3lessons.info/how-to-check-expired-sessions-using-php-jquery-ajax#comment-776 Thu, 30 Oct 2014 22:18:00 +0000 http://w3lessons.info/?p=1797#comment-776 Great Solution!

]]>
By: Sundar https://w3lessons.info/how-to-check-expired-sessions-using-php-jquery-ajax#comment-775 Fri, 26 Sep 2014 12:43:00 +0000 http://w3lessons.info/?p=1797#comment-775 Hi, This is working fine in my site. But it’s using my site is very slow.
How to solve this problem?

Thanks,
Sundar

]]>
By: arnie https://w3lessons.info/how-to-check-expired-sessions-using-php-jquery-ajax#comment-774 Sat, 22 Mar 2014 23:31:00 +0000 http://w3lessons.info/?p=1797#comment-774 Arem’t you risking a nasty error message if the session has indeed expired and the noted session key no longer exists? Shouldn’t ‘array_key_exists()’ be used here?

]]>
By: emanuele https://w3lessons.info/how-to-check-expired-sessions-using-php-jquery-ajax#comment-773 Sat, 11 Jan 2014 17:29:00 +0000 http://w3lessons.info/?p=1797#comment-773 but in this way the session is kept alive by the ajax call, it never expires!!

]]>