i've installed php 4.3.9 on my linux box, put php.ini in the lib/ folder and set session.use_cookies to 1 but its still creating a file in the tmp/ folder and puttin the session global vars in it
I dont want that, i want php to use cookies for everything...
I there something iam missing?
I dont want to have to write additional code, so whenever i use $_SESSION['x'] its written to cookies.
Or does php allways create a file on the server with the global vars in it even when using cookies ?