Welcome Guest, Not a member yet? Register   Sign In
Sessions not working in IE 7
#41

[eluser]Peter Korsuize[/eluser]
[quote author="BD-CI-Programmer" date="1235491434"]Thanks for your reply.
I am using 1.7.1
Please help me[/quote]
And the reply to the other question?
#42

[eluser]BD-CI-Programmer[/eluser]
my domain name http://www.ibsyscanada.com
#43

[eluser]Peter Korsuize[/eluser]
[quote author="BD-CI-Programmer" date="1235491573"]my domain name http://www.ibsyscanada.com[/quote]

Did you check out Kyko's solution?
http://ellislab.com/forums/viewthread/49027/#237564
#44

[eluser]leafc[/eluser]
My issue with IE is not login but I can't logout.
(I followed this tutorial:Bramme.net Auth library for CodeIgniter tutorial. )

Working fine with FF, Chrome, Safari but neither IE6 or IE7.

I changed "$config['sess_cookie_name'] = 'cisession';" and session name without underscore but issue is still there Sad

I also check machine’s date and time and it's correct.

I don't know what else I need to change...

my settings are:
CI - 1.7.1
Host - godday
php v - 4
OS - linux

Please give me some advise.

Thanks
#45

[eluser]philstan[/eluser]
Just my 2 cents also...

I also had the same non-login problem with IE7 with a working site that I had just transferred to its live home. It worked on the test server, BUT not on the live one. While trying to find a solution as to why IE7 alone would not let me log in, I came across this thread but i simply couldn't believe that it would work. However having no other ideas, I removed the "_" from the COOKIE NAME... and bingo! It let me in.

Crazy!

Thx Philstan
#46

[eluser]BD-CI-Programmer[/eluser]
Hi,
Really i am surprised that non can give the perfect the solution. Really this is very bad. I can give a idea.. please remove the session class and try to implement your row code like

Code:
<?php

session_start();

$_SESSION['login'] = '1';
$_SESSION['user_id']   = $user;
.................................
.................................

?>

i have do this. now my problem is solve. Thanks CI team.
#47

[eluser]Derek Jones[/eluser]
http://ellislab.com/forums/viewthread/90364/P30/#512970
#48

[eluser]BD-CI-Programmer[/eluser]
[quote author="Derek Jones" date="1245178363"]http://ellislab.com/forums/viewthread/90364/P30/#512970[/quote]

What do u mean by this URL. Several time i read this page.
but we need a good solution?
#49

[eluser]Derek Jones[/eluser]
There is no problem with underscores in the cookie names. Visit amazon.com, microsoft.com, etc. in IE 7 and look at your cookies. If you're having a problem that seems to be solved by removing underscores from CI's cookies, check the server and your machine's date and time settings.

http://ellislab.com/forums/viewreply/463823/
#50

[eluser]BD-CI-Programmer[/eluser]
[quote author="Derek Jones" date="1245190435"]There is no problem with underscores in the cookie names. Visit amazon.com, microsoft.com, etc. in IE 7 and look at your cookies. If you're having a problem that seems to be solved by removing underscores from CI's cookies, check the server and your machine's date and time settings.

http://ellislab.com/forums/viewreply/463823/[/quote]


Hi,
Thanks to quick reply. I understand. But when I use row code for session, then I am not fetching any problem. Always it is work perfectly. I have used also CakePHP. In cakePHP there is no problem in IE7.

Can u please tell me why we are fetching this kind of problem using CI? Its CI problem or IE problem




Theme © iAndrew 2016 - Forum software by © MyBB