Re: [PHP] Weired session problem

2004-02-06 Thread Thomas Hochstetter
Hey, I am having users sign in on a index.php which directs them to the members page (same: index.php). There i have links that open small windows via js. These have session_start() in them to continue the same session variable. Then there i would have something like: [snip] $tusr = $_SESSION['f

Re: [PHP] Weired session problem

2004-02-06 Thread Chris Shiflett
--- Thomas Hochstetter <[EMAIL PROTECTED]> wrote: > i am using the $_SESSION array to retrieve info of users. At times, > however, it just retrieves the wrong info, i.e. info from another user. > how is that? You need to provide some details. What is your exact method of testing? What is the exact

[PHP] Weired session problem

2004-02-06 Thread Thomas Hochstetter
Hi guys, Has anybody come across the same problem: i am using the $_SESSION array to retrieve info of users. At times, however, it just retrieves the wrong info, i.e. info from another user. how is that? thanks in advance Thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe,