Now I'm baffled again. I seem to be getting a reliable session_id at the moment, but I've no idea why.
I guess I'll have to wait for it to break again and keep looking.
OK, I've cracked it. It was plain old dumb programming - again. It's a long code page - I was issuing the session_register() function twice.
Thanks for all the help - it made me look at the code all over again.
The host site has session.trans_use_sid = Off, so I guess that is the same as 0. The session id should be set correctly.
Odd.
I was really hopeful there. Shucks.
Yes, I register the session every time the page is called up. I do that throught the site, and it doesn't chnage the session id. It only seems to be changing when I move to a page outside the site, and then move back again.
I am using PHP with Apache, and I use session id's to manage the data associated with a user session. The problem I have is that at one point I go out to PayPal, giving Paypal a return URL. When the session comes back to my page, the session id as reported by session_id() has changed!
All my...
The style="" did it. I think that my class structure was clashing in the row, and it was falling back on default values.
Thanks a lot for the help.
I'm completely stuck trying to make a table row height smaller. I can reduce the font size for label cells but NOT for input cells.
I'd REALLY appreciate some help!
This code is a little more than ordinary - there are some bits of PHP in there.
Here are my styles:
.FormSectionTitle {...
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.