Welcome Guest, Not a member yet? Register   Sign In
Native Sessions
#3

The 'files' session handler is not a compatible replacement for the 'native' session handler. There are libraries and middleware that may interact with the PHP native session functions and global $_SESSION directly. The AWS DynamoDB session handler, for example, worked by injecting itself into native handler without having to write a driver class.

Additionally, the removal of the "sess_expire_on_close" config setting prevents us from controlling the native session configuration of the cookie. There are many use cases where an application might need the session to survive a browser restart, etc.

I feel like we should support the old 'native' session handler with the new SessionHandlerInterface.
Reply


Messages In This Thread
Native Sessions - by happyape - 02-07-2015, 12:59 PM
RE: Native Sessions - by janul - 02-13-2015, 03:51 AM
RE: Native Sessions - by lvrkln - 02-13-2015, 10:41 AM
RE: Native Sessions - by Narf - 02-13-2015, 12:56 PM
RE: Native Sessions - by lvrkln - 02-13-2015, 01:18 PM
RE: Native Sessions - by Narf - 02-13-2015, 01:37 PM
RE: Native Sessions - by spjonez - 02-15-2015, 06:39 AM
RE: Native Sessions - by lvrkln - 04-14-2015, 11:12 AM
RE: Native Sessions - by coredumpster - 04-30-2015, 08:18 AM
RE: Native Sessions - by blasto333 - 09-02-2015, 05:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB