Welcome Guest, Not a member yet? Register   Sign In
I have trouble with cellhones and session
#1

[eluser]walrus_lt[/eluser]
Hello i have troubles with cellphones and sessions. I can't signin in my site with my phone because everytime i refresh page i get new session ID.
My config is:

Code:
$config['encryption_key'] = "";

$config['sess_cookie_name']        = 'smart_session';
$config['sess_expiration']        = 172800;
$config['sess_encrypt_cookie']    = FALSE;
$config['sess_use_database']      = TRUE;
$config['sess_table_name']          = 'sessions';
$config['sess_match_ip']            = TRUE;
$config['sess_match_useragent']    = TRUE;
$config['sess_time_to_update']     = 300;

$config['cookie_prefix']    = "";
$config['cookie_domain']    = "";
$config['cookie_path']        = "/";

And when i do `print($_COOKIE)` i get:
`Array ( )`


With Opera:
``Array ( [smart_session] => a:4:{s:10:"session_id";s:32:"7263d5bcc5c14663b47a87af6ca461a1";s:10:"ip_address";s:13:"212.117.5.175";s:10:"user_agent";s:47:"Opera/9.63 (Windows NT 5.1; U; en) Presto/2.1.1";s:13:"last_activity";s:10:"1009882121";}b2003667f9a88342ab71163d15a7c78b )

With Opera browser there is no problems, just with cellphones. My phone understands cookies. What i need to do, to fix this problem?




Theme © iAndrew 2016 - Forum software by © MyBB