Date: 12/20/00
- Next message: Michael Haertl: "Re: [phplib-dev] BUG: Transparent Session IDs + forms"
- Previous message: Ulf Wendel: "Re: [phplib-dev] cvs commit"
- Next in thread: Michael Haertl: "Re: [phplib-dev] BUG: Transparent Session IDs + forms"
- Reply: Michael Haertl: "Re: [phplib-dev] BUG: Transparent Session IDs + forms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
i don't know if this is already fixed in the CVS.
And this here regards only applications which don't use the phpLib
sessions but rely on transparent session management of php4.
If you do, php4 will automatically add a hidden input field with the
SessionID to your forms. This is because URL variables will not be sent
by some browsers if added to the form action URL.
But this behaviour breaks the js form validation of phpLib forms. The
hidden field gets insertet right after the <form..> tag. So the
enumeration of the input fields changes and the wrong js function is
applied to an input field.
Maybe this is not of interest for you because you don't rely on
transparent sessions and prefer your own session functions. But i
thought i let you know. I think transparent sessions can be useful in
some cases.
bye
mike
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-dev-unsubscribe <email protected>
For additional commands, e-mail: phplib-dev-help <email protected>
- Next message: Michael Haertl: "Re: [phplib-dev] BUG: Transparent Session IDs + forms"
- Previous message: Ulf Wendel: "Re: [phplib-dev] cvs commit"
- Next in thread: Michael Haertl: "Re: [phplib-dev] BUG: Transparent Session IDs + forms"
- Reply: Michael Haertl: "Re: [phplib-dev] BUG: Transparent Session IDs + forms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

