session()->stop() not destroying data |
Hi InsiteFX,
Thanks for your reply, to be clear I know I can do any number of "manual" things to remove the data like unset or overwrite etc but coming from ci3 I am trying to utilize all the functionality of ci4. My concern is, if you read the office docs here: https://codeigniter4.github.io/userguide...-a-session If clearly states this: "You may also use the stop() method to completely kill the session by removing the old session_id, destroying all data, and destroying the cookie that contained the session id:" My concern is if this doesn't actually happen it is not only misleading but could also be a security risk if session data unknowingly lives on... Thanks |
Welcome Guest, Not a member yet? Register Sign In |