Hello everybody,
Could somebody please help me out?
Here's my prob!
When i select an id at random, with the 'RandRange' string,
How can I avoid having the same id again in the same query?
e.g.
<cfquery name="pull_id" datasource="MySrc" dbtype="ODBC">
SELECT *...
Thanks a lot. The example you made is exactly what I wanted it to use for. But here's another question:
At one point you say:
<CFSet Session.UserID="#Form.UserID#">
Does it mean that I can use this variable on another page whitout losing its value? e.g.
<cfquery...
Hello,
Can anybody show me how to set a session variable, and how to output its value again?
I know how to work with cookies, but i am looking for the same kind of variable that will expire after you shut down your browser, or leave a particular site! tnx
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.