Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
TheEngineer #1
Re: whos online?
how would you get <cfdump var="#sessions#"/> to only return the 'user_id' associated with the session instead of returning all the other info on the session variable
TheEngineer Guest
-
The ASP.NET FAQ is now online...
Read it at : http://asp.net.do/faq/ You will want to bookmark it. Juan T. Llibre ASP.NET MVP http://asp.net.do/foros/ Foros de ASP.NET en... -
Who is online? Help please!
Hi - using ASP/Acsess/VB How can I display the username of all registered users that has logged in on my site. Want to have a list on my index... -
sql db online
this may be a stupid question but, I want to put my access Database online so users can look at the data and enter new data. Which would be better... -
Professional Photographers - Sell your Photos Online , Online Proofing, Watermarking, Image Protection, and more.
On 6 Jul 2003 11:40:28 -0700, in <9d2caaf1.0307061040.a857786@posting.google.com>, bluearchtop@my-deja.com (Ted Smith) said: Too expensive.... -
online 7.31.ud1 vs 7.31.fd1
sorry, I forget to say witch I change everything (engine+4gl) from UD1 to FD1. I maintain the configuration for the engine, the 4gl is connected... -
Bill #2
Re: whos online?
Are you referring to CFXtreme??? or CF Nuke??
"TheEngineer" <webforumsuser@macromedia.com> wrote in message
news:d8fcb0$stl$1@forums.macromedia.com...> how would you get <cfdump var="#sessions#"/> to only return the 'user_id'
> associated with the session instead of returning all the other info on the
> session variable
Bill Guest
-
TheEngineer #3
Re: whos online?
im a little confused on what you mean Bill. basically im doing a whos online
thing on my site and the code
<cfset sessions =
createObject("java","coldfusion.runtime.SessionTra cker").getSessionCollection("M
yAppName")/>
<cfdump var="#sessions#"/>
works great but i want to just have <cfdump var="#sessions#"/> return the
user_id's associated with the session variable instead of all the onter info
it returns on the session variables. I tried this doing a query but i think im
calling the the variable user_id in the wrong way
TheEngineer Guest



Reply With Quote

