Ask a Question related to Macromedia ColdFusion, Design and Development.
-
OldCFer #1
Re: Call template when session times out
You would have to use javascript on the client side to do something like this.
OldCFer Guest
-
#40259 [NEW]: ob_start call many times - memory error
From: tomwys at o2 dot pl Operating system: Linux PHP version: 5.2.0 PHP Bug Type: Output Control Bug description: ob_start... -
Recursive call with session variable
I set a session variable on error in the login page and then call the login page again. I test on that session variable but it shows as not set. I... -
CF Session variables and Flash on a CFM template
Respected community members, I think my topic summary about covers it, but: Is it possible for a Flash movie that is embeded into a CFM... -
Loading Acrobat Multiple Times In One session
at my workplace, we are developing a new website that will have all financial report requests published to the screen as a pdf. When these reports... -
PROBLEMS : session timing out / login multiple times
Hi all, In our company we use sticky IP to make sure that everybody always returns to the machine where their Session was started. We have a... -
mpwoodward *TMM* #2
Re: Call template when session times out
Tulsa wrote:
CFMX 7 has a new onSessionEnd method that you can put in an> Is there a way to have my login screen appear when my users sessions' timeout
> (session timeout automatically logs them off)? Right now when a user timesout
> they have to click on a link and then the login screen appears. What I would
> like is to have the login display automatically when the session timesout, say
> if the user didn't log out and went to lunch or something.
Application.cfc (optional replacement for Application.cfm) and you could
handle this sort of thing in there. Not sure if you're on CFMX 7 or
soon will be, but I thought I'd mention it. The new application events
that are available are as follows:
onApplicationStart
onApplicationEnd
onRequestStart
onRequest
onRequestEnd
onSessionStart
onSessionEnd
onError
More reasons to upgrade! ;-)
Matt
--
Matt Woodward
Team Macromedia - ColdFusion
mpwoodward *TMM* Guest



Reply With Quote

