- created sessions
- registered session variables
- passed session_id as a GET variable
- destroyed sessions
I don't think I can manipulate the session.use_cookies variable in php.ini, so I'll need to learn how to destroy the session cookie in the browser. I also need to learn how to manage garbage collection in php, session.gc_maxlifetime and session.gc_probability.
No comments:
Post a Comment