Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: Limiting access to a local web application

by akho (Hermit)
on Aug 04, 2008 at 10:23 UTC ( [id://702017]=note: print w/replies, xml ) Need Help??


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

Yes, why not.
  • Comment on Re^2: Limiting access to a local web application

Replies are listed 'Best First'.
Re^3: Limiting access to a local web application
by jplindstrom (Monsignor) on Aug 04, 2008 at 12:10 UTC
    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

Re^3: Limiting access to a local web application
by Anonymous Monk on Aug 06, 2008 at 11:15 UTC
    Then how are you having a problem? Let each server pick a different port, because they can't share the same one.
      Another user can access your personal instance of the app.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://702017]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-19 05:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found