jalm_magalhaes Posted December 15, 2012 Share Posted December 15, 2012 (edited) Hi, I've started development in PHP recently and i'm having some questions about SESSIONS, im trying to do something were safety is to much important to ignore, so what im trying to do is to create some sessions variables, as $_SESSION['username'],$_SESSION['profile'], and so on..., but after that i dont want that any other variable could be assigned to $_session or change any one that i've created at a point of my code. Unless that i destroy the session and start another one... can anyone help me? I've been using session_write_close() but its not working... Edited December 15, 2012 by jalm_magalhaes Quote Link to comment https://forums.phpfreaks.com/topic/272029-_session-control/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.