Tim Keanini writes:
> ALso, please keep in mind that if you do this, and you have
> cgi-bin's, make darn sure that you are saving the "state" at the
> client because the next hit will go to the next machine in line.
> Make SURE you understand the security issues involved with cgi-bin
> scripting before you start getting clever with holding the "state"
> at the users client.
Or have the cgi-bin's on a separate machine to themselves, if they
are not a major portion of the activity. If they are a major part,
then have them output a redirect to the specific machine they are
running on.
References:
|
|