Encrypted session BLOB? |
(01-31-2017, 11:44 AM)Narf Wrote: ... override CI_Session:: sess_regenerate() to carry over the value when regeneration happens. ... Sorry to bug you again but I couldn't figure out what you meant by this part. I couldn't find a way to "carry the value" over. I couldn't see any way to basically get it to the write() function of the DB Session driver without extending that class (which I've seen you mention elsewhere is a bad idea for future-proofing). Even without extending it though, the insert/update data is set within the write() function so how would you update the new session without sending a new query to do it *after* the write() function? Am I missing something simple here? |
Messages In This Thread |
Encrypted session BLOB? - by mikeV - 12-09-2016, 01:38 AM
RE: Encrypted session BLOB? - by Narf - 12-09-2016, 04:07 AM
RE: Encrypted session BLOB? - by mikeV - 12-09-2016, 04:12 AM
RE: Encrypted session BLOB? - by mikeV - 12-09-2016, 05:52 AM
RE: Encrypted session BLOB? - by Narf - 12-09-2016, 09:32 AM
RE: Encrypted session BLOB? - by mikeV - 12-09-2016, 09:48 AM
RE: Encrypted session BLOB? - by Narf - 12-09-2016, 10:59 AM
RE: Encrypted session BLOB? - by twistedpixel - 01-31-2017, 10:23 AM
RE: Encrypted session BLOB? - by Narf - 01-31-2017, 11:44 AM
RE: Encrypted session BLOB? - by twistedpixel - 02-01-2017, 06:43 AM
RE: Encrypted session BLOB? - by twistedpixel - 02-01-2017, 11:16 AM
RE: Encrypted session BLOB? - by Narf - 02-01-2017, 11:23 AM
RE: Encrypted session BLOB? - by twistedpixel - 02-01-2017, 12:40 PM
RE: Encrypted session BLOB? - by Narf - 02-01-2017, 03:03 PM
RE: Encrypted session BLOB? - by twistedpixel - 02-01-2017, 04:08 PM
|