On Fri, May 21, 2004 at 08:35:37PM +0200, Torsten Roehr wrote:
> 
> Sorry, I'm an idiot! The ? was missing:
> 
> <form method="post" action="xxx.php?<?= SID; ?>">

Thank you, thank you.  This does indeed seem to work in my test script.
Now to go work on the real version.

> This should work. As far as I have seen trans_sid is not used very often -
> obviously because of problems like yours. The best way is always to pass the
> session ID yourself. Either with a cookie or via GET. I prefer GET because
> with cookies you are reliant on the client supporting/allowing cookies.

Oddly, this all worked properly under 4.1.2.  When we upgraded,
things broke.  And I have a strong personal bias against cookies.

One again, thank you for the solution!

/\/\ \/\/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to