Sessions problem

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

Post Reply
murthy
Forum Commoner
Posts: 50
Joined: Fri Aug 20, 2004 1:22 am
Location: India
Contact:

Sessions problem

Post by murthy »

hi,

i am getting sessions problem in my site ...

It was set randomly....

is it necessary to set the this ::: (session.save_path)

Murthy
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

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 »

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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

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.
Post Reply