Welcome Guest, Not a member yet? Register   Sign In
Geting Wrong Session Data using DB Session
#5

[eluser]Mizanur Islam Laskar[/eluser]
Great to see you again. I have decided not to use db_session. Rather want to use CI's default session library. I've arranged to run it in my local machine. But when I try to run it on a domain server(pmsdap.mgncare.com), it shows successful message when it first redirect to a page, but when I get back to homepage, that session info is lost!!

Here is my partial of config.php:
Code:
$config['sess_cookie_name']     = 'pmsdap';
$config['sess_expiration']         = 7200;
$config['sess_encrypt_cookie']    = FALSE;
$config['sess_use_database']     = FALSE;
$config['sess_table_name']         = 'ci_sessions';
$config['sess_match_ip']         = TRUE;
$config['sess_match_useragent'] = FALSE;
$config['sess_time_to_update']     = 300;

$config['cookie_prefix']    = "";
$config['cookie_domain']    = "";
$config['cookie_path']        = "http://pmsdap.mgncare.com/";

Plz note that my server(pmsdap.mgncare.com) is running in PHP-5.0.4, where its 5.2.5 in my local machine

Again, thanks in advance.


Messages In This Thread
Geting Wrong Session Data using DB Session - by El Forum - 07-14-2008, 08:12 PM
Geting Wrong Session Data using DB Session - by El Forum - 07-14-2008, 11:38 PM
Geting Wrong Session Data using DB Session - by El Forum - 07-14-2008, 11:43 PM
Geting Wrong Session Data using DB Session - by El Forum - 07-22-2008, 03:47 AM
Geting Wrong Session Data using DB Session - by El Forum - 07-22-2008, 06:09 AM
Geting Wrong Session Data using DB Session - by El Forum - 07-23-2008, 04:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB