Hi All,
On the session page i have read a bit about security issues.
register_globals : I want this to be switched of. If I am not the manager of the server, but have an account , how can I check wether this has been set? Can I set in my scripts the timeout for a session? How does timeout work? Stay a session existent as long as the browser has not been shutdown? If it is also a setting: How can I check this? (On my server I have not been able to find a way to chance the PhP configuration.
register_globals : I want this to be switched of. If I am not the manager of the server, but have an account , how can I check wether this has been set?
Can I set in my scripts the timeout for a session? How does timeout work? Stay a session existent as long as the browser has not been shutdown? If it is also a setting: How can I check this? (On my server I have not been able to find a way to chance the PhP configuration.
Thanks!
J.
1) Use [man]ini_get[/man], I suppose, but even [man]phpinfo[/man] will tell you more than you want to know.
2) Again, RTFM.