23 May
2008
23 May
'08
11:12 a.m.
Flamur Rogova wrote:
I have the following situation: each user can have 2 simultaneous sessions, but they must have static IPs (consecutive) for both sessions. ... Is something like this possible ?
Sure. But you will have to track the IP's and user sessions yourself. I suggest a Perl script. Alan DeKok.