http://qs1969.pair.com?node_id=702038


in reply to Re^2: Limiting access to a local web application
in thread Limiting access to a local web application

Make up a random number on first request and set a cookie. Then require that the number is valid on each subsequent request.

Keep the random number per server or per session, depending on whether you want to have one user per server or many.

/J

  • Comment on Re^3: Limiting access to a local web application