Welcome Guest, Not a member yet? Register   Sign In
Session Library and browser settings...
#1

[eluser]Prullenbak[/eluser]
Hello all!

A question about the way Codeigniters session library handles data...

I build an application that makes extensive use of the session library. To remember where someone came from, to keep someone logged in, etc...

The problem is, when someones browser is set to never ever accept cookies (which appears to be the default settings for a lot of iphones/android phones ??), Users can hardly use my site, because the sessions just won't work.

Is there a workaround for this problem? I've found some solutions that change the library to work with native PHP sessions, but te newest one I saw, was for version 1.5...Of course, I could also rewrite my application to use the $_SESSION array instead of $this->session->...etc...But that would be a lot of work and almost asking for errors and mistakes.

Can someone help me?

Thanks a lot in advance!


Messages In This Thread
Session Library and browser settings... - by El Forum - 01-07-2013, 09:16 AM
Session Library and browser settings... - by El Forum - 01-07-2013, 10:55 AM
Session Library and browser settings... - by El Forum - 01-08-2013, 01:10 AM
Session Library and browser settings... - by El Forum - 01-08-2013, 01:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB