Welcome Guest, Not a member yet? Register   Sign In
Help plzzz problem with cookies and IE
#1

[eluser]Mariafred[/eluser]
i have problem on my website with CI

IE 7 and IE 8 block the cookies Confused

my site work in CHROME and FIREFOX

i have a administration part with login and pass Confused and when users enter the password
IE block cookies Confused

i need your help
THANK you
#2

[eluser]dany12[/eluser]
Try enabling cookies in ie or go to sessions method they will be very easy to use and help you a lot

hope this helps
#3

[eluser]InsiteFX[/eluser]
This has been answered on these forums over 100 times, try using the search button at the top!
#4

[eluser]Mariafred[/eluser]
i change all my config file but its cant work Confused


$config['sess_cookie_name'] = 'cisession';
$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'] = FALSE;
$config['sess_time_to_update'] = 7200;

if i enable cookies on IE its ok but i cant because lot of users cant enable cookies its not
easy so i find solution in my config file i want have a solution thank you
#5

[eluser]InsiteFX[/eluser]
For one cookies are dependant on the browser being used and IE is the worse one!

Unless you setup IE cookies they will never work correct!

You need to go into the menu internet options and then Privacy tab click on Advanced button!

You need to tell IE to use thrid party cookies and also check use session cookiees!

Case Cloased!
#6

[eluser]Mariafred[/eluser]
hello
the problem my site is public there are people who will use
So I can not tell everyone to enable cookies
I want to do in code

how to tell IE to use thrid party cookies and also check use session cookiees ???

not in ie configuration i want do this in ci

thank you




Theme © iAndrew 2016 - Forum software by © MyBB