I'm actually revisiting this after 8 months or more.  I have never gotten
sessions to work on my server and here's the problem:

Page 1:

    Create session register a variable.
        SessionID created is say:  555 (for example)
    On the drive in /tmp I get a file sess_555 and it contains my variable.
    I submit a form to another page with additional variable info.

Page 2
    Page two creates the session and recalls the first variable, it is
empty. I set the variable which I posted to the page.
    If I echo $PHPSESSID to the screen I get 555.
    But in /tmp I have another file sess_777
        Contained in sess_777 is my second variable.

Is this too abstract? Do I need to give code?

I even do session_name($PHPSESSID); before session_start() and get the same
results.

8 months ago, nobody had an answer for me.  Does anyone now?

-- 

Thomas Deliduka
IT Manager
     -------------------------
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to