Ask a Question related to Macromedia ColdFusion, Design and Development.
-
rgurganus #1
session timeouts
I've had this problem for years, but have never been able to figure it out. I
often pass session information via the URL. On our local development server,
when I sometimes forget to include #session.urltoken#, the browser keeps on
going as if nothing's wrong. Somehow it does not lose session and thus I don't
realize the error. This happens across multiple versions of CF (6 and 7),
across multiple browsers. This is a problem because when I upload the pages
to the client's site, it always loses session in these places and I have to go
back and fix them. It would be nice if the local system would always lose
session when it's supposed to?
The only thing I can think of is that it may be related to having multiple
sites on the same development server, some of which may be setting session
cookies, while others don't. But they're all running under separate
<cfapplication> tags, and so should have distinct session information? Does
anyone know what could cause this?
rgurganus Guest
-
Connection timeouts
Hi all. I have a couple of serverprograms running on my Linuxbox that has a connection open to a MySQL (5.0.18) database. These serverprograms... -
session timeouts above 20 minutes?
I don't know if this has been addressed before but I am using CF 5.0 and it seems that I can't get the session timeout to go over 20 minutes, no... -
PHP SESSION timeouts
Hi, No, there is not! You have to manage yourself the timeout, for instance through a timestamp, which you verify on each request. PHP does not... -
Setting Session State timeouts
Hey. For lower security situations, like a home shopping site used from a secure home environment, how long should the session timeout be? I'd like... -
Dealing with Session State timeouts
Hey. What is the best practice for dealing with session state timeouts in a web app? eg Session_OnEnd Sign them out, so they redirect to Login on...



Reply With Quote

