php session lost with popup

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • louicifer
    New Member
    • Dec 2006
    • 2

    php session lost with popup

    Hey,

    When I did the following steps the session in window A lost.
    1.) authenticate user in window A.
    2.) open a new window B by clicking a button (in window A) which calls
    window.open(... ).
    3.) the session is valid in window B.
    4.) execute a php script from a form in window B. This script do a session_start() .
    5.) the session is still valid in window B.
    6.) BUT sometimes(????) the session is lost in window A either I close the window B or not.

    It doesn't seem to be browser specific.
    The server is under PHP 4.4.2 and Apache 1.3.33

    Any idea??????????

    L.
  • seangates
    New Member
    • Dec 2006
    • 19

    #2
    Please post some code.

    Thanks,
    Sean

    Comment

    • louicifer
      New Member
      • Dec 2006
      • 2

      #3
      Originally posted by seangates
      Please post some code.

      Thanks,
      Sean
      Do you want the code for a specific part????
      It would be quite big to post all the code ;)

      Comment

      Working...