|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How do you pass a variable from say a log in form used earlier to a form selected by clicking a "href" link? Is there such a thing as a global variable? If so would a seperate global variable be created and tracked for each user? --(more than one user)
|
|
#2
|
|||
|
|||
|
You can use the session scope variable by naming the variable you want to store session.namehere.
|
|
#3
|
|||
|
|||
|
Thank-you ChiMex for replying.
Do you mean like this: <cfset session.gblONE = 2> Just by putting session in front makes the variable available to the users whole session and not limited to the specific form? If so this is exactly what I wanted and I cant Thank-you enough! |
|
#4
|
|||
|
|||
|
Right just like that and it'll be available through the whole session.
|
|
#5
|
|||
|
|||
|
Thank-you ChiMex!
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > Cold Fusion Development > Global Variables |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|