Welcome Guest, Not a member yet? Register   Sign In
DB_Session not working! CI 2.0.2
#10

[eluser]Asiansexynine[/eluser]
I am try to set $autoload['libraries'] = array('session'); in application/config/autoload.php

set config
Code:
$config['sess_cookie_name']        = 'ci_session';
$config['sess_expiration']        = 7200;
$config['sess_expire_on_close']    = TRUE;
$config['sess_encrypt_cookie']    = FALSE;
$config['sess_use_database']    = FALSE;
$config['sess_table_name']        = 'ci_sessions';
$config['sess_match_ip']        = FALSE;
$config['sess_match_useragent']    = TRUE;
$config['sess_time_to_update']    = 300;

add code to view.. to check if session work.
Code:
<?php
$session_id = $this->session->userdata('session_id');

echo 'Session ID = ' . $session_id;
?>

Now session_id were generate for my website.. but where session files store?
in phpinfo() show me that session.save_path = C:\xampp\tmp

OK.. take a look at C:\xampp\tmp but no session files generate there..
where is my session files? how to set session.save_path on CI2?


Messages In This Thread
DB_Session not working! CI 2.0.2 - by El Forum - 06-03-2011, 06:41 PM
DB_Session not working! CI 2.0.2 - by El Forum - 06-05-2011, 03:23 AM
DB_Session not working! CI 2.0.2 - by El Forum - 06-05-2011, 05:20 AM
DB_Session not working! CI 2.0.2 - by El Forum - 06-05-2011, 07:48 AM
DB_Session not working! CI 2.0.2 - by El Forum - 06-05-2011, 08:56 AM
DB_Session not working! CI 2.0.2 - by El Forum - 06-05-2011, 09:23 AM
DB_Session not working! CI 2.0.2 - by El Forum - 06-05-2011, 03:35 PM
DB_Session not working! CI 2.0.2 - by El Forum - 06-06-2011, 08:39 AM
DB_Session not working! CI 2.0.2 - by El Forum - 06-06-2011, 09:17 AM
DB_Session not working! CI 2.0.2 - by El Forum - 06-06-2011, 10:49 AM
DB_Session not working! CI 2.0.2 - by El Forum - 06-06-2011, 11:15 AM
DB_Session not working! CI 2.0.2 - by El Forum - 06-06-2011, 11:51 AM
DB_Session not working! CI 2.0.2 - by El Forum - 06-06-2011, 01:02 PM
DB_Session not working! CI 2.0.2 - by El Forum - 06-06-2011, 02:17 PM
DB_Session not working! CI 2.0.2 - by El Forum - 06-06-2011, 03:01 PM
DB_Session not working! CI 2.0.2 - by El Forum - 06-06-2011, 03:39 PM
DB_Session not working! CI 2.0.2 - by El Forum - 06-06-2011, 08:04 PM
DB_Session not working! CI 2.0.2 - by El Forum - 06-06-2011, 08:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB