> Can anyone tell me if trans sid is supposed to work through form posts,

It is supposed to work.

> and
> if so how to make it work right?  It is working fine through normal links,
> but we have quite a few posts, and they lose the session. :(

Use "View Source" in your browser on one of your FORM pages.

I forget if trans sid puts the ID into the URL (ie, mixes GET/POST) or adds
it as a INPUT TYPE=HIDDEN form element...

If, as I suspect, it is being put into the URL, you may be accidentally not
getting the mixed GET/POST data...  Perhaps just adding
enctype=multipart/form-data would help...  Or maybe something in your
web-server is tromping on the mixed data types.

--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
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