Here's a snippet from FW/1 2.0 that is all script and runs on Railo 3.2.2:
lock scope="session" type="exclusive" timeout="30" {
param name="session.__fw1NextPreserveKey" default="1";
nextPreserveKey = session.__fw1NextPreserveKey;
session.__fw1NextPreserveKey = session.__fw1NextPreserveKey + 1;
}
--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/
Railo Technologies, Inc. -- http://www.getrailo.com/
"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)
Not sure what you're asking?
--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/
Railo Technologies, Inc. -- http://www.getrailo.com/