Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Pete Thomas #1
Re: Listing active sessions
Yes the session will actually remain on the server as all the browser does is
actually force a new session.
Note. since writing the above I have also since found that this does not work
correctly as whenever you "touch" a session with this method the session is
renewed and thus could feasibly never timeout.
I suggest a mixture of approaches but mainly using application variables is
the best way at present. You can access some of the variable information via
trakcer method but anything other than the lastaccessed or the key will result
in a restting of the session.
Thus you could hold a reference to the key in the application variable should
you want to find out last access information.
Pete Thomas Guest
-
Listing active sessions
This seems to keep track of all sessions, even after the user has closed the browser. I have a member section on a website where I want to list... -
CGI::Sessions : Deleting expired sessions
Hi, I use CGI::Sessions to save the sessions into MySQL. The problem is, if the user just close the browser windows without logging off, I can't... -
Full view of active sessions
Hello. Is there any facility in PHP's session management library which allows one to have a full view of the active sessions? In other words, is... -
is it possible to iterate through all the active sessions of an ASP.net application
Is it possible to iterate through all the active sessions of an ASP.net application? I have this fancy user object (with all kinds of properties)...



Reply With Quote

