Re: (RADIATOR) Setting time blocks and account expirations

2001-03-13 Thread Hugh Irvine
Hello Rich - The "until Time" syntax was introduced in Radiator 2.16 (check the history file in "doc/history.html" or on the web site. There was also a fix added to this in Radiator 2.18, so I suggest you upgrade. regards Hugh On Wednesday 14 March 2001 07:09, Rich Barnes wrote: > I've done

Re: (RADIATOR) Setting time blocks and account expirations

2001-03-13 Thread Rich Barnes
I've done some further testing and determined that if I set Session-Timeout equal to a number (number of seconds), then the user will get kicked off after the specified number of seconds, but if I do a "Session-Timeout = until Time" It would appear that the user never gets kicked... I'm using U

Re: (RADIATOR) Setting time blocks and account expirations

2001-03-13 Thread Rich Barnes
Hugh, is this option supported by Radiator 2.15? > --- Hello Wyness - You can also use the "Session-Timeout = until Time" reply item in conjunction with the Time check item. Section 13.2.7 in the manual. regards Hugh === Archive at htt

Re: (RADIATOR) Setting time blocks and account expirations

2001-02-06 Thread Hugh Irvine
Irvine [mailto:[EMAIL PROTECTED]] > >Sent: Tuesday, February 06, 2001 2:28 PM > >To: Wyness Casama; [EMAIL PROTECTED] > >Subject: Re: (RADIATOR) Setting time blocks and account expirations > >Hello Wyness - > > > >You should use the "Expiration "

RE: (RADIATOR) Setting time blocks and account expirations

2001-02-06 Thread Wyness Casama
--- >From: Hugh Irvine [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, February 06, 2001 2:28 PM >To: Wyness Casama; [EMAIL PROTECTED] >Subject: Re: (RADIATOR) Setting time blocks and account expirations >Hello Wyness - > >You should use the "Expirati

Re: (RADIATOR) Setting time blocks and account expirations

2001-02-06 Thread Hugh Irvine
Hello Wyness - You should use the "Expiration " check item. Have a look at section 13.1.4 in the Radiator 2.17.1 reference manual. regards Hugh On Wednesday 07 February 2001 07:12, Wyness Casama wrote: > Hi all, > > I've been working on a particular project for a couple of days now, but

RE: (RADIATOR) Setting time blocks and account expirations

2001-02-06 Thread Chris Given
Yes, if your using SQL set the SessionTimeout to the amount of time they bought, and restrict the login limit to one. After that is done you can use a stored procedure to hook to decrement the SessionTimeout each time the user disconnects and you get the Account-Session-Stop packet. This would be