[PHP] Sessions Problems!

2001-12-31 Thread Phillip M.(Mike) Bishop

I am having problems with my sessions. I authenticate the user against a
mysql db. The authentication works fine and the session script works fine
for all my other domains except one. They all reside on the same webserver
using the same session class. The problem I have is when the user logs in,
they get to the first page. When they go to another page they have to
relogin.  The session file is created but it is empty. This script worked
fine on this domain until Friday. Nothing has changed what could be the
cause of this.

Thanks in advance for any insight into this problem.

Mike


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Sessions Problems!

2001-12-31 Thread Phillip M.(Mike) Bishop

Correct. The same authentication script is used on 4 other domains on my
server. They are able to write the session file to /tmp and so is the other
domain expect the file is a 0 byte file.

- Original Message -
From: Jim Lucas [php] [EMAIL PROTECTED]
To: Phillip M.(Mike) Bishop [EMAIL PROTECTED];
[EMAIL PROTECTED]
Sent: Monday, December 31, 2001 12:57 PM
Subject: Re: [PHP] Sessions Problems!


 when you say that nothing  changed, does that include permissions on the
tmp
 session directory, the httpd.conf file or any related configurations?

 Jim
 - Original Message -
 From: Phillip M.(Mike) Bishop [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, December 31, 2001 2:58 AM
 Subject: [PHP] Sessions Problems!


  I am having problems with my sessions. I authenticate the user against a
  mysql db. The authentication works fine and the session script works
fine
  for all my other domains except one. They all reside on the same
webserver
  using the same session class. The problem I have is when the user logs
in,
  they get to the first page. When they go to another page they have to
  relogin.  The session file is created but it is empty. This script
worked
  fine on this domain until Friday. Nothing has changed what could be the
  cause of this.
 
  Thanks in advance for any insight into this problem.
 
  Mike
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  To contact the list administrators, e-mail: [EMAIL PROTECTED]
 
 


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] saving images from mysql to file

2001-02-05 Thread Phillip M.(Mike) Bishop

I have a mysql database of images that I would like to save each image to a file on my 
server. Hw do I read the image from mysql and write it to a file?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]