Welcome Guest, Not a member yet? Register   Sign In
Codeigniter login using session not working in iPad and other mobile browsers.
#1

[eluser]raj.novel[/eluser]
Codeigniter login using session is not working in iPad, tablet and other mobile devices. But its working good in mac and pc browsers.

Can anyone help me in this.

Thanks.
#2

[eluser]Unknown[/eluser]
Give us more details. Have you got any leads? Context? Searched Google?
#3

[eluser]raj.novel[/eluser]
I've noticed that session id changing on each page request. Will that be a problem?
I've also used DB to store sessions, but no luck.
#4

[eluser]Aken[/eluser]
Does disabling the user agent check have any effect?
#5

[eluser]rana[/eluser]
Are you using any authentication plugin or your own implementation?
#6

[eluser]raj.novel[/eluser]
Thanks for your replies!

Am not using any plugins and jQuery. Just creating a session and redirecting to another page with codeigniter defaults.

Also disabled user agent and check but no luckSad
#7

[eluser]phederic[/eluser]
[quote author="raj.novel" date="1359703697"]Thanks for your replies!

Am not using any plugins and jQuery. Just creating a session and redirecting to another page with codeigniter defaults.

Also disabled user agent and check but no luckSad[/quote]

same problem here... I tried to set a session in a function and read it in another function. it doesn't work in Safari on an ipad 2

thanks a lot
#8

[eluser]phederic[/eluser]
SOLVED:

replace in config.php

$config['sess_expiration'] = 7200;

with

$config['sess_expiration'] = 84200;
#9

[eluser]marceldouglas[/eluser]
Is this a common bug,, I am also having the same problem, but sometime it works,, so mostly restart the device.


Regards,
Marcel of http://www.kekacase.com/, an ipad case company
#10

[eluser]mariaruth[/eluser]
Please give us more details for your electronics devices




Theme © iAndrew 2016 - Forum software by © MyBB