Current location: Hot Scripts Forums » Programming Languages » PHP » Getting PHP to use cookies for sessions

Getting PHP to use cookies for sessions

Reply
  #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 ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 10-24-04, 08:56 PM
Eclipse's Avatar
Eclipse Eclipse is offline
Coding Addict
 
Join Date: May 2004
Location: Long Island, New York
Posts: 356
Thanks: 0
Thanked 0 Times in 0 Posts
Use setcookie() : http://us2.php.net/manual/en/function.setcookie.php
then $_COOKIE to add data to it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
php with Apache in windows eDevil PHP 3 08-08-04 01:03 AM
PHP and Cookies Christoff PHP 4 07-03-04 05:05 PM
Problem with PHP cookies robii1 PHP 4 05-18-04 05:00 PM
100 Web Templates & 10 PHP Scripts for sale! HostersUK.co.uk General Advertisements 0 01-10-04 01:31 AM
Can't seem to get the cookies to the cookie_jar benny666 Perl 1 10-28-03 05:54 AM


All times are GMT -5. The time now is 11:34 PM.
vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.