Closed Thread Icon

Topic awaiting preservation: session cookies - php Pages that link to <a href="https://ozoneasylum.com/backlink?for=11961" title="Pages that link to Topic awaiting preservation: session cookies - php" rel="nofollow" >Topic awaiting preservation: session cookies - php\

 
Author Thread
maninacan
Paranoid (IV) Inmate

From: Seattle, WA, USA
Insane since: Oct 2001

posted posted 12-21-2001 02:06

hey, I need to know how to set session cookies in php. I tried some stuff, but it said that it couldn't write to the /tmp folder. I know that I need to change something somewhere in my php.something file, so could any of you help me fill in those somethings. Also I need to know how to use session cookies. Hope that wasn't to confusing.

Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 12-21-2001 03:09

maninacan: Is this testing from home or live ona server. I had problems at home but unless you have access to the server I'm not sure there is much you can do (but mr.maX will know better). Are you sure your host supports sessions (pos. a silly question but its worth asking)?

Emps

maninacan
Paranoid (IV) Inmate

From: Seattle, WA, USA
Insane since: Oct 2001

posted posted 12-21-2001 04:22

I have my own server, so it's at home, and on my server.

butcher
Paranoid (IV) Inmate

From: New Jersey, USA
Insane since: Oct 2000

posted posted 12-21-2001 05:33

You need to go into your php.ini file and find a line that probably looks like this:

session.save_path = /tmp

and change it to this:

session.save_path = /Windows/temp

Providing that your on a windows machine that is.

-Butcher-



maninacan
Paranoid (IV) Inmate

From: Seattle, WA, USA
Insane since: Oct 2001

posted posted 01-09-2002 01:47

it's still not working

http://www.maninacan.com

« BackwardsOnwards »

Show Forum Drop Down Menu