[ic] once per session

Stefan Hornburg racke at linuxia.de
Wed Nov 10 03:57:05 EST 2004


On Tue, 09 Nov 2004 16:14:44 -0800
Scott Andreas <webteam at wes-state.com> wrote:

> Hello list
> 
> I'm trying to limit how many times a person can submit to a database. 
> How can I use sessions to limit the insert into a database. Something 
> like for each session do....

Use a scratch variable to store the number of submissions and
then

[if scratch submissions > 3]
No more submissions ...
[/if]

Bye
	Racke


-- 
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team



More information about the interchange-users mailing list