Search Result

Collapse
2 results in 0.0038 seconds.
Keywords
Members
Tags
sessionid
  •  

  • Kong Chun Ho
    started a topic php session problem
    in PHP

    php session problem

    Hi all,

    I have a php session problem when i echo a session_id, it return nothing!

    Code:
    <?php if(!session_start()) { exit(); }else{ ob_start(); session_start(); echo session_id(); echo SID; ob_end_clean(); }?>
    // html code...
    nothing returned!

    thanks!
    See more | Go to post

  • Sessions/Session IDs being assigned to more than one user

    I'm running on IIS 7 and we're seeing Sessions assigned to more than 1 IP address.

    I ruled out the possibility of it being caused by users resetting their IP addresses, for instance by unplugging their modems.

    In at least one instance a user logged in and found data from a different user in had been saved to his account (the user IDs that determine in which account the data is stored are kept in session variables)....
    See more | Go to post
Working...