PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
murthy
Forum Commoner
Posts: 50 Joined: Fri Aug 20, 2004 1:22 am
Location: India
Contact:
Post
by murthy » Mon Sep 20, 2004 7:47 pm
hi,
i am getting sessions problem in my site ...
It was set randomly....
is it necessary to set the this ::: (session.save_path)
Murthy
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Mon Sep 20, 2004 7:48 pm
what does this have to do with databases?
save_path needs to be set correctly in the first place, generally, for sessions to work correctly.
murthy
Forum Commoner
Posts: 50 Joined: Fri Aug 20, 2004 1:22 am
Location: India
Contact:
Post
by murthy » Mon Sep 20, 2004 7:52 pm
i done lot of sites.....but i didn't set save_path in any one...
is it necessary? i am thinking it was set default....
murthy
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Mon Sep 20, 2004 7:53 pm
generally, it's not necessary.. however, if you have an odd php.ini, you may need it set.
This thread is being moved to PHP - Code.