Welcome Guest, Not a member yet? Register   Sign In
Session express when I use ajax imap
#2

The session expiration time.

There is also a CodeIgniter method for checking Ajax calls.

PHP Code:
if (is_ajax_request())
{
 
   // This is a Ajax Request
}
else
{
 
   // This is a Normal Request

What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Session express when I use ajax imap - by InsiteFX - 12-21-2017, 04:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB