I see I'm relying on cookies in my code. Lemme see if I can pass it.
On 9/24/2001 12:04 PM this was written:
> I had the exact same problem.. don't know if you had this advice yet or not
> but what I did is when I started a session I would grab the session id for
> that session and put it in a variable and then just pass that session id
> everywhere I went.. turn on the trans_id or add the session id to the end of
> every link so it gets pass throughout all the links/forms you have on the
> site.
>
> start_session();
> $SID = session_id();
>
> That's what I do and then I just pass the $SID on all the links and forms
> and it works for me.
>
> Hope that helps or is at least something new for you to try.
--
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]
- [PHP] Sessions just don't work on my machine. (Trying this... Thomas Deliduka
- Re: [PHP] Sessions just don't work on my machine. (Tr... Ben Edwards
- Re: [PHP] Sessions just don't work on my machine.... Thomas Deliduka
- Re: [PHP] Sessions just don't work on my machine. (Tr... Jay Paulson
- Re: [PHP] Sessions just don't work on my machine.... Thomas Deliduka
- Re: [PHP] Sessions just don't work on my machine. (Tr... Arpad Tamas
- Re: [PHP] Sessions just don't work on my machine. (Tr... Tamas Arpad
- RE: [PHP] Sessions just don't work on my machine. (Tr... Johnson, Kirk
- Re: [PHP] Sessions just don't work on my machine.... Thomas Deliduka
- RE: [PHP] Sessions just don't work on my machine. (Tr... Johnson, Kirk
- Re: [PHP] Sessions just don't work on my machine. (Tr... Thomas Deliduka
- Re: [PHP] Sessions just don't work on my machine. (Tr... Thomas Deliduka
- Re: [PHP] Sessions just don't work on my machine. (Tr... Thomas Deliduka
- Re: [PHP] Sessions just don't work on my machine.... Thomas Deliduka
- Re: [PHP] Sessions just don't work on my machine. (Tr... Thomas Deliduka

