Welcome Guest, Not a member yet? Register   Sign In
What's last situation with the CI Session Class?
#2

[eluser]WanWizard[/eluser]
The session class never had any bugs with IE. Your configuration could though (IE doesn't like an underscore in the cookie name for example).
It is also very important to configure all settings properly, and according to the RFC specs. Browsers are getting more and more strict when it comes to cookie configuration.

It is a lot more secure than PHP own session management (which is not secure at all), so switching to something that uses that is a very bad idea. Don't forget to use database sessions (no user data stored client side), and to encrypt the session cookie with a random salt.


Messages In This Thread
What's last situation with the CI Session Class? - by El Forum - 03-17-2011, 03:45 PM
What's last situation with the CI Session Class? - by El Forum - 03-17-2011, 04:11 PM
What's last situation with the CI Session Class? - by El Forum - 03-17-2011, 04:18 PM
What's last situation with the CI Session Class? - by El Forum - 03-17-2011, 07:23 PM
What's last situation with the CI Session Class? - by El Forum - 03-18-2011, 03:41 AM
What's last situation with the CI Session Class? - by El Forum - 03-18-2011, 04:40 AM
What's last situation with the CI Session Class? - by El Forum - 03-18-2011, 03:21 PM
What's last situation with the CI Session Class? - by El Forum - 03-18-2011, 03:51 PM



Theme © iAndrew 2016 - Forum software by © MyBB