Yay, you were correct. I had forgot to double backslash the hard coded file path in session_save_path, but I was able to get it working.
Thank you so much for your help
Just tried that still nothing.
I also found out last night that another site I put up on the same server is no longer working. I bought a $400 script that is similar to myspace and it was working until now as well.
What server setting and or php setting would cause this not to work?
ah that file path wasn't writable. So I don't believe the variables are being saved at all. They are in there on the page that puts them in there , but onces that script ends the go poof.
I just created a couple of pages to simple test passing variables. First page starts the session, puts 3...
I think you might be on to something. I just checked my local php settings and the servers and they are the same. Also, I made a couple of test pages that simply called
ob_start("ob_gzhandler");
session_start();
Then passed a couple of variables into $_SESSION
called window.location to...
I am not sure, I can only assume so. I am using a webhost called IXWebhosting, so I would have to ask them.
Although, I have noticed that before this problem session file s were being created in the main dir of the site and now no more files are being made.
himm, I added that line of code, but still no success.
I am wondering if it isn't creating the session cookie at all.
I am not sure what has happend because I these script worked for the longest time.
It just won't pass info from logincomplete.php to profile.php.
Hi,
I have run into a really strange problem. I have been designing a site using Sessions to manage logins.
Sessions were working beautifully all through development, but since last week it just stopped.
Here is the order in which a user of the site logins in:
1: index.php w\ an iframe...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.