Welcome Guest, Not a member yet? Register   Sign In
config session data for Ajax
#1

[eluser]Ngulo[/eluser]
hi all ,

is there someone can tells me which configruation is using correctly for session using Ajax requests?

mine are as shown:

Code:
$config['sess_cookie_name']        = '*******';
$config['sess_expiration']        = 0;
$config['sess_encrypt_cookie']    = TRUE;
$config['sess_use_database']    = FALSE;
$config['sess_table_name']        = '********';
$config['sess_match_ip']        = FALSE;
$config['sess_match_useragent']    = FALSE;
$config['sess_time_to_update']     = 30;

now ajax works good on my site but after n time sessions losts ....is there a perfect configuration can i use? Smile)

thanks


Messages In This Thread
config session data for Ajax - by El Forum - 11-04-2010, 03:07 PM
config session data for Ajax - by El Forum - 11-04-2010, 03:10 PM
config session data for Ajax - by El Forum - 11-04-2010, 04:08 PM
config session data for Ajax - by El Forum - 11-04-2010, 04:10 PM
config session data for Ajax - by El Forum - 11-05-2010, 05:47 PM
config session data for Ajax - by El Forum - 11-05-2010, 05:54 PM
config session data for Ajax - by El Forum - 11-05-2010, 07:02 PM
config session data for Ajax - by El Forum - 11-06-2010, 08:21 AM
config session data for Ajax - by El Forum - 11-06-2010, 08:59 AM
config session data for Ajax - by El Forum - 11-06-2010, 11:53 AM
config session data for Ajax - by El Forum - 11-06-2010, 06:34 PM
config session data for Ajax - by El Forum - 11-06-2010, 07:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB