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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jlarysz

  1. jlarysz

    session id is changing

    It seems to working correctly since I removed the second call to session_register(). I don't understand it either.
  2. jlarysz

    session id is changing

    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.
  3. jlarysz

    session id is changing

    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.
  4. jlarysz

    session id is changing

    I think that it must be. All I do is issue session_start() and session_register() instructions.
  5. jlarysz

    session id is changing

    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.
  6. jlarysz

    session id is changing

    How can I find out how the session ID is being passed? I don't own the HTTPD server, but I can get changes made to its configuration.
  7. jlarysz

    session id is changing

    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.
  8. jlarysz

    session id is changing

    I don't know. What do I have to do to set it, and what does this do?
  9. jlarysz

    session id is changing

    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...
  10. jlarysz

    Cannot change the height of a table row

    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.
  11. jlarysz

    Cannot change the height of a table row

    Nope. This this is really stuck
  12. jlarysz

    Cannot change the height of a table row

    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 {...

Part and Inventory Search

Back
Top