View Single Post
  #1 (permalink)  
Old 10-24-04, 02:44 PM
perleo perleo is offline
Coding Addict
 
Join Date: Jul 2003
Location: Ireland
Posts: 269
Thanks: 0
Thanked 0 Times in 0 Posts
Getting PHP to use cookies for sessions

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 ?
Reply With Quote