in reply to CGI::Session, method to stop account sharing
What about simply having a hash mapping usernames to their most recent session ID?
If the user is just logging on, update the hash. If the user is doing anything else, check to make sure that their current session matches the one in the hash.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: CGI::Session, method to stop account sharing
by Anonymous Monk on Apr 15, 2011 at 11:54 UTC |