Problems with $_SESSION

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • superfly
    Member
    • Mar 2004
    • 80

    #1

    Problems with $_SESSION

    I've suddenly got problems with $_SESSION being empty... in one site it works fine and I can set the $_SESSION['vars'] and use'm...and the I got to the other site and it's gone... array empty.

    Has anything changed on the server or w00t?
  • Buddha
    Senior Member
    • Mar 2004
    • 825

    #2
    See: http://forums.dathorn.com/showthread.php?t=169

    I think you can use the set_ini for this too superfly.
    "Whatcha mean I shouldn't be rude to my clients?! If you want polite then there will be a substantial fee increase." - Buddha

    Comment

    • Jonathan
      Senior Member
      • Mar 2004
      • 1229

      #3
      ignore the following seemingly-arrogant comments

      1) Use $HTTP_SESSION_VARS['name']
      2) $_SESSIONS is global = SECURITY RISK!!
      "How can someone be so distracted yet so focused?"
      - C

      Comment

      Working...