Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Session Handling???

Status
Not open for further replies.

kmattera

Technical User
Joined
Dec 7, 2004
Messages
9
Location
US
I just purchased a PHP Calendar script and installed it on my server. For some reason, I cannot get it to work properly and the vendor has been extremely helpful in trying to troubleshoot the problem, but believes that it may be a problem with my server. The suggestion was to confirm that PHP sessions support is active and to see if I am required to do anything to make this work, but I have no idea what I'm supposed to do in order to make this work. I'm been searching online, but I don't seen anything on this. I'm running IIS 5 and Sessions are enabled for this particular site. Can anyone be of assistance? Thanks in advance for any help you can give. I'm at a total loss!

Kellie
 
Create a script which consists of:

Code:
<?php
phpinfo();
?>

Then point your browser to the script. The function will output the configuration of your PHP installation. Do a search for "session" on the page -- there should be a section heading on the page.


Want the best answers? Ask the best questions!

TANSTAAFL!!
 
Thanks! I did that, but still haven't been able to figure out my problem. I sent the info to the programmer and they said the settings that I have are identical to theirs. Any other suggestions from this forum? I'm at a total loss. Are there default permissions that should be set when dealing with PHP sessions?
 
Insufficient data for a meaningful answer.

What is your PHP run environment?
What is your setting for session.save_path?
What are the permissions, relative to the user as which your web server runs, to the directory pointed to by session.save_path?


Want the best answers? Ask the best questions!

TANSTAAFL!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top